Tooltip
A popup that appears when an element is hovered or focused, showing a hint for sighted users.
Made by imskyleen
Installation
Usage
Props
Animate UI Props
TooltipContent
Prop | Type | Default |
---|---|---|
arrow? | boolean | true |
transition? | Transition | { type: "spring", stiffness: 300, damping: 25 } |
popupProps? | typeof PopoverPrimitive.Popup | - |
motionProps? | HTMLMotionProps<'div'> | - |
positionerClassName? | string | - |