Tooltip
View Source
Composes Popover. Used to display a minimal amount of helpful information.
Left
Top
Bottom
Right
Copy
Edit
Custom Tooltip
Copy
Edit
Tooltip relative to the parent view.
Copy
Edit
Props
closeDelay
numberThe amount of time in milliseconds before the tooltip closes.
defaultOpen
booleanControls whether the Popover is rendered as open or closed.
openDelay
numberThe amount of time in milliseconds before the tooltip opens.
title
anyThe title of the tooltip. Accepts a string or a React element.
triggerOnFocus
booleanReveals the tooltip when the cloned child receives focus.
triggerOnHover
booleanReveals the tooltip when the cloned child is hovered.
popoverProps
objectAccepts any valid Popover props.