Getting started
Foundation
Typography
Navigation
Feedback
Forms
Contextual help or information about specific components that appears on hover.
Use the placement prop to change the placement of the tooltip.
Use the openSpeed prop to change the delay before showing the tooltip.
Use the keyboardShortcut prop to display a keyboard shortcut in the tooltip.
For a list of supported keys see Mousetrap.
| Name | Default | Description | 
|---|---|---|
isDisabled | false | booleanDisable the tooltip.  | 
message | —  | stringTooltip message.  | 
keyboardShortcut | —  | stringThe keyboard shortcut to display in the tooltip. Use the `+` symbol to separate characters.  | 
placement | "top" | PlacementWithLogicalThe placement of the tooltip.  | 
children | —  | ReactNodeElement to show tooltip around.  | 
openSpeed | "immediate" | "immediate" | "slow"Show the tooltip immediately or wait 500ms.  |