Tooltip
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
We take the Shadcn UI component and animate it with Motion.
Installation
Props
Animate UI props
TooltipContent
Prop | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |