Tooltip
View in FigmaA small label that appears on hover to describe the purpose of an element.
OverlaysImport
import { Tooltip } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| content | ReactNode | — | Tooltip text or content. |
| position | "top" | "bottom" | "left" | "right" | "top" | Placement relative to the child. |
| size | "sm" | "md" | "sm" | Tooltip padding and font size. |
| delayMs | number | 300 | Hover delay before showing. |