Tooltip
Preview
Section titled “Preview”Installation
Section titled “Installation”npx skeci-ui add tooltipimport { Tooltip } from '@/components/ui/tooltip';
<Tooltip content="Useful information"> <button>Hover me</button></Tooltip>Variants
Section titled “Variants”No Delay
Long Delay
| Prop | Type | Default | Description |
|---|---|---|---|
content | ReactNode (required) | — | The content to display inside the tooltip. |
side | 'top' | 'bottom' | 'left' | 'right' | 'top' | The side of the element to display the tooltip on. |
delay | number | 300 | Delay in milliseconds before the tooltip appears. |
asChild | boolean | false | Whether to merge props onto the child element. |