Tooltip

Attribute Type Documentation Default Value
Required id * :string

Tooltip ID

position :string

Tooltip position relative to the trigger element

"top"
has_pointer :boolean

Adds an arrow to the Tooltip.

false
Required tooltip_content * :slot

What will be showed in the Tooltip.

<.button>Hover me</.button>
<:tooltip_content>
  Tooltip
</:tooltip_content>
Required inner_block * :slot