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
<a href="https://tinyurl.com/8tf6n6sk" class="hover:animate-pulse hover:text-danger" target="_blank">Watch a video</a>
tip :slot Content of the tooltip
<:tip>This is not a Rick Roll !</:tip>