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