Tooltip
overlayAccessible tooltip overlay with placement variants (top, bottom, left, right), arrow indicator, configurable delay, and focus/hover trigger support. Uses role=tooltip with aria-describedby linking.
Import
typescript
import { Tooltip } from "packages/ui/src";Props
TooltipProps
| Prop | Type | Required |
|---|---|---|
content | ReactNode | Yes |
children | ReactElement | Yes |
placement | TooltipPlacement | No |
delay | number | No |
Examples
Tooltip
Accessible, placement-aware tooltip overlay with arrow indicator and configurable delay.
Placement
Rich Content
Custom Delay
On Any Element
Hover this linkOnline