Tooltip

Attribute Type Documentation Default Value
tooltip_class :string The tooltip classes that you can overwrite.
arrow_class :string The classes responsible for the arrow that you can overwrite.
arrow :boolean Boolean to show the arrow in the tooltip. true
class :string The classes responsible for the container.
placement :string The placement of the tooltip relative to the container. You can also append 'start' and 'end' like 'right-end' or 'top-start'. "right"
inner_block :slot The component that wears the tooltip
[Multiple values]
tip :slot Content of the tooltip
[Multiple values]