DEVELOPMENT PREVIEWIn development

tooltip API

overlays/tooltip.tsx

Tooltip

Props

PropTypeDefaultDescription
children*
ReactNode
content*
ReactNode
direction
TooltipDirection | undefinedTooltipDirection.Bottom
size
TooltipSize | "sm" | "md" | "lg" | "xl" | undefinedTooltipSize.Compact
delayMs
number | undefined500
placement
"top" | "right" | "bottom" | "left" | undefined
contentClassName
string | undefined
widthClassName
string | undefined
open
boolean | undefined
animationVariants
TooltipAnimationVariants | undefinedCustom animation variants for tooltip entrance/exit
Show native HTML props

Native HTML Props

PropTypeDefaultDescription
title
string | undefined