Docs
Components
Tooltip

Tooltip

Input

Props

PropTypeDescriptionRequired
contentstringThe text content to display inside the tooltip.Yes
variantdefault, darkDetermines the style of the tooltip. Defaults to default.No
aligntop, bottom, left, rightControls the position of the tooltip relative to the target element. Defaults to top.No
childrenReact.ReactNodeThe element that the tooltip will be anchored to (e.g., a button or text).Yes