Tooltip
A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.
Made by imskyleenInstallation
Usage
API Reference
TooltipProvider
Radix UI API Reference - Tooltip.ProviderTooltip
Radix UI API Reference - Tooltip.RootTooltipTrigger
Radix UI API Reference - Tooltip.TriggerTooltipPortal
Radix UI API Reference - Tooltip.PortalThe forceMount
property is not supported in the TooltipPortal
component,
as it is used for animation.
TooltipContent
Radix UI API Reference - Tooltip.ContentProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 300, damping: 25 } |
...props? | HTMLMotionProps<"div"> | - |
The forceMount
and asChild
properties are not supported in the
TooltipContent
component, as it is used for animation.