OptionalalignOptionalalignOffset in pixels from the align edge.
Default: 0.
OptionalarrowWhen true, renders an arrow pointing at the trigger.
Default: true.
OptionalavoidWhen true, the tooltip will not flip to the opposite side on collision.
Default: true (collisions are avoided).
The element that triggers the tooltip on hover/focus. Must be a single React element that can receive a ref and event handlers (a DOM element or a component using forwardRef).
OptionalclassAdditional class name applied to the tooltip content.
The content to render inside the tooltip.
OptionaldefaultInitial open state for the uncontrolled mode.
OptionaldelayThe duration from when the pointer enters the trigger until the tooltip opens.
Overrides the provider's delayDuration for this tooltip only.
OptionalonCalled when the open state changes.
OptionalopenControlled open state. If omitted, the tooltip is uncontrolled.
OptionalsidePreferred side of the trigger to render the tooltip against. Will be flipped
automatically on collision unless avoidCollisions is false.
Default: "top".
OptionalsideDistance in pixels between the trigger and the tooltip.
Default: 6.
Alignment along the chosen side. Default:
"center".