BoM Daily / design

components

Tooltip

A small hint on hover or focus, built on Radix Tooltip. Note: tooltips are pointer-oriented and do not appear on touch, so never put essential information in a tooltip alone. Use it for supplementary hints on icon controls.

Sides

Position the tooltip relative to its trigger.

top
bottom
right

Props

PropTypeDefaultDescription
contentReactNodenoneThe tooltip body.
childrenReactNodenoneThe trigger element, rendered asChild.
side"top" | "right" | "bottom" | "left"topPlacement relative to the trigger.
delayDurationnumber250Hover delay in ms before showing.