Tooltip
Tooltip
is a component that displays short information, such as supplementary details for an element.
Tooltip
follows the WAI-ARIA - Tooltip Pattern for accessibility.
Keyboard Navigation
Key | Description | State |
---|---|---|
Escape | Hides the currently displayed popup element. | - |
ARIA Roles and Attributes
Component | Role and Attribute | Usage |
---|---|---|
Tooltip | role="tooltip" | Indicates that it is a Tooltip . |
Edit this page on GitHub