# 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.

# Tooltip Directive

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

Last Updated: 4/23/2024, 8:19:04 AM