Win the
, then — that’s the half in two beats.
Hover the calls or
.Installation
npx shadcn@latest add @iconiq/tooltipProps
Tooltip
5 props
Animated tooltip with a canonical Tooltip export. It owns its own open state and toggles in response to hover and focus events.
children
ReactNodeRequired
Trigger content wrapped in a relative inline-flex container.
content
ReactNodeRequired
Tooltip body rendered inside the animated bubble.
side
"top" | "bottom" | "left" | "right"Default
topControls which positioning class and directional motion offset are used.
delay
numberDefault
0.15Open delay in seconds. The implementation multiplies it by 1000 before scheduling the timer.
className
stringMerged onto the tooltip bubble for local surface styling overrides.
Notes
The trigger wrapper handles onMouseEnter, onMouseLeave, onFocus, and onBlur. No trigger props are forwarded directly to the child node.
The timeout used for delayed open is cleared on leave and again on unmount.