Tooltip
Hover tooltip with Floating UI positioning, animated entrance/exit, enter/leave delays, and follow-cursor mode. Global state ensures only one tooltip is visible at a time.
Import
import { Tooltip } from 'reablocks';
Tooltip Props
| Prop | Type | Default | Description |
|---|---|---|---|
content | ReactNode | (() => ReactNode) | — | Tooltip content |
children | ReactNode | — | Trigger element |
placement | Placement | `'top' |
[Description truncada. Veja o README completo no GitHub.]