All components
Feedback
Tooltip
A minimal hover/focus tooltip over an opaque surface.
Preview
Preview
light
dark
Code
<Tooltip label="Copy to clipboard">
<Button variant="ghost" size="sm">Hover me</Button>
</Tooltip>Import from @/components/ui.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | ReactNode | — | Tooltip content. |