# Tooltip Directive

Tooltip can be added to anything using directive v-tooltip that accepts a string for tooltip text. See installation instructions on the Directives Page.

# Demo

Use the v-tooltip directive to pass an object, containing text of tooltip, container in witch it will be created and optionally variant property that sets style, to your element. container is body by default. variant is normal by default.

Last Updated: 2/17/2023, 2:03:44 PM