Tooltip

Renders a tooltip around the child element

Attribute Type Documentation Default Value
id :string "tooltip"
content :any The content of the tippy. "My tooltip"
placement :string The tooltip placement in relation with the reference element "top"
animation :string The transition animation of the tooltip "fade"
theme :string The theme of the tooltip "translucent"
arrow :boolean Whether to display the tooltip arrow true
arrow_type :string The arrow type displayed by the tooltip "round"
size :string The size of the tooltip "regular"
touch :boolean Whether to allow touch events for the tooltip true
rest :global Other attributes can be passed to tippy using data-tippy-* attributes
class :string
inner_block :slot
<.button size="lg">Hover Me!</.button>