Tooltip
Tooltip that displays on hover/focus with configurable position and delay.
<reke-tooltip text="Copy to clipboard" position="top"> <reke-button variant="icon-only">📋</reke-button></reke-tooltip>
<reke-tooltip text="More info" position="right"> <span>Hover me</span></reke-tooltip>Properties
Section titled “Properties”| Property | Type | Default | Description |
|---|---|---|---|
text | string | '' | Tooltip content |
position | 'top' | 'bottom' | 'left' | 'right' | 'top' | Position relative to trigger |
delay | number | 200 | Show delay in ms |
| Slot | Description |
|---|---|
| default | The trigger element |