TooltipProps
Inheritors
Types
Properties
Override or extend the styles applied to the component.
The components used for each slot inside.
The extra props for the slot components. You can override the existing props or add new ones.
Set to true
if the title
acts as an accessible description. By default the title
acts as an accessible label for the child.
Do not respond to focus-visible events.
Do not respond to hover events.
Makes a tooltip not interactive, i.e. it will close when the user hovers over the tooltip before the leaveDelay
is expired.
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.
If true
, the tooltip follow the cursor over the wrapped element.
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.
Tooltip placement.
The component used for the popper.
Props applied to the /material-ui/api/popper/ element.
The extra props for the slot components. You can override the existing props or add new ones.
The components used for each slot inside.
The component used for the transition. /material-ui/transitions/#transitioncomponent-prop to learn more about the requirements for this component.
Props applied to the transition element. By default, the element is based on this Transition
component.