isDisabled | boolean | — | Whether the tooltip should be disabled, independent from the trigger. |
delay | number | — | The delay time for the tooltip to show up. See guidelines. |
offset | number | 7 | The additional offset applied along the main axis between the element and its
anchor element. |
crossOffset | number | 0 | The additional offset applied along the cross axis between the element and its
anchor element. |
trigger | 'focus' | — | By default, opens for both focus and hover. Can be made to open only for focus. |
isOpen | boolean | — | Whether the overlay is open by default (controlled). |
defaultOpen | boolean | — | Whether the overlay is open by default (uncontrolled). |
onOpenChange | (
(isOpen: boolean
)) => void | — | Handler that is called when the overlay's open state changes. |