Props applied to the Popper
element.
The component used for the transition. Follow this guide to learn more about the requirements for this component.
Props applied to the Transition
element.
If true
, adds an arrow to the tooltip.
Tooltip reference element.
Override or extend the styles applied to the component.
Custom CSS classes to pass to the tooltip
Data-qa tag to apply to the tooltip
Do not respond to focus events.
Do not respond to hover events.
Do not respond to long press touch events.
The number of milliseconds to wait before showing the tooltip.
This prop won't impact the enter touch delay (enterTouchDelay
).
The number of milliseconds to wait before showing the tooltip when one was already recently opened.
The number of milliseconds a user must touch the element before showing the tooltip.
This prop is used to help implement the accessibility logic. If you don't provide this prop. It falls back to a randomly generated id.
Makes a tooltip interactive, i.e. will not close when the user
hovers over the tooltip before the leaveDelay
is expired.
The number of milliseconds to wait before hiding the tooltip.
This prop won't impact the leave touch delay (leaveTouchDelay
).
The number of milliseconds after the user stops touching an element before hiding the tooltip.
Callback fired when the component requests to be closed.
Callback fired when the component requests to be open.
If true
, the tooltip is shown.
Tooltip placement.
Any additional CSSProperties to pass to the component
Tooltip title. Zero-length titles string are never displayed.
Generated using TypeDoc
The component used for the popper.