Components / Tooltip

Tooltip

A popup that displays information related to an element when the element receives keyboard focus or the mouse hovers over it.

Tooltip API

Prop / EventTypeDefaultDescription
alignstring'up-center'Controls the alignment and placement of the tooltip relative to the trigger. One of 'up-left' | 'up-center' | 'up-right' | 'down-left' | 'down-center' | 'down-right'.
openDelaynumber200Delay in milliseconds before the tooltip opens when hovered.
closeDelaynumber100Delay in milliseconds before the tooltip closes when unhovered.