Tooltip

Render

<.tooltip>
<.button variant="outline">Hover me</.button>
<.tooltip_content class="bg-primary text-white">
    <p>Hi! I'm a tooltip.</p>
</.tooltip_content>
</.tooltip>