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
number
The amount of time in milliseconds before the tooltip closes.
defaultOpen
boolean
Controls whether the Popover is rendered as open or closed.
openDelay
number
The amount of time in milliseconds before the tooltip opens.
title
any
The title of the tooltip. Accepts a string or a React element.
triggerOnFocus
boolean
Reveals the tooltip when the cloned child receives focus.
triggerOnHover
boolean
Reveals the tooltip when the cloned child is hovered.
popoverProps
object
Accepts any valid Popover props.