Tooltip
FeedbackA popup that displays information on hover.
Preview
Hover me (Tooltip Trigger)
Usage
<Tooltip content="Edit">
<Button>Hover me</Button>
</Tooltip>Props
| Name | Type | Default | Description |
|---|---|---|---|
| content | string | '' | The tooltip text. |
| position | 'top' | 'bottom' | 'left' | 'right' | 'top' | Tooltip position. |
Slots
| Name | Description |
|---|---|
| default | The element to trigger the tooltip. |