Components

Tooltip

Short hover and keyboard-focus hints.

Use Tooltip for brief definitions or clarifications without leaving the sentence. The tip appears on hover and keyboard focus. Keep tips short — no links or block content.

Basic usage#

The value of must be kept secret.

Properties#

NameTypeDescription
tipReactNode

Hint text shown in the tooltip bubble.

childrenReactNode

Trigger content. The trigger is focusable and linked with aria-describedby.

Last updated on