Manage Content
Hover or focus the button
SettingsAppears below
PropTypeDefaultRequiredDescription
labelstringYesTooltip text.
side'top' | 'bottom''top'NoWhich side the bubble appears on.
childrenReactNodeYesThe trigger element — shows the tooltip on hover or focus.
Do
  • Use to clarify an icon-only control (though IconButton’s label already covers the accessible name — Tooltip adds the visual hint).
  • Keep the label to a few words.
Don't
  • Put essential instructions only in a tooltip — mouse users on a touch device may never see it.
  • Use a tooltip on a disabled element without also making it focusable, or the explanation is unreachable by keyboard.