Tooltip directive
The v-tooltip
directive is a shorthand way of adding tooltips to elements in your application.
Usage
The v-tooltip
directive makes it easy to add a tooltip to any element in your application. It is a wrapper around the v-tooltip
component.
API
Directive | Description |
---|---|
v-tooltip | The Tooltip directive |
Guide
The v-tooltip
directive is a simple way to add a tooltip to any element in your application. It is a wrapper around the v-tooltip
.
Args
The v-tooltip
directive has a number of args that can be used to customize the behavior of the tooltip.
Modifiers
Modifiers are values that are passed to the v-tooltip
component. This is an easy way to make small modifications to boolean v-tooltip props.
Object literals
The v-tooltip
directive can also accept an object literal as a value. This is useful when you need to pass multiple props to the v-tooltip
component.