Tooltip
Default
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| children | Snippet | — | Tooltip text/content. |
| align | 'center' | 'left' | 'right' | 'center' | Horizontal alignment to the trigger. |
| class | string | '' | Extra classes for the tooltip box. |
| trigger | HTMLElement | null | null | Explicit trigger; falls back to the anchor parent. |