# Tooltip

The Tooltip component is an icon which shows explanatory information about something on hover.

# Text

Use the text prop to add text to your tooltip shown on hover.

# Container

Use the container prop to create tooltip as child of specified element. Set to body by default.

# Variant

Use variant to change the style and appearance of your tooltip.

# Placement

Use placement to change the placement position of your tooltip.

# Reactivity

Tooltips are fully reactive and respond to changes.

# Action

Use action-text and action-link props to display action after tooltip text. action-link can be undefined, RawLocation or string.

# Tooltip Directive

Tooltip can be added to anything using directive v-tooltip. See docs for more information.

Last Updated: 6/5/2025, 2:46:55 PM