<.tooltip_trigger>
<.button variant="outline" onclick="this.closest('[phx-hook]').dispatchEvent(new Event('phx-shadcn:show'))">
Custom
</.button>
</.tooltip_trigger>
<.tooltip_content class="bg-destructive text-destructive-foreground">
Danger tooltip
</.tooltip_content>
|