Button
Button is an interactive component that allows users to perform actions such as submitting forms and toggling modals.
The Button follows the WAI-ARIA - Button Pattern for accessibility.
Keyboard Navigation
| Key | Description | State |
|---|---|---|
Space, Enter | When element has focus, activates it. | - |
ARIA Roles and Attributes
| Component | Role and Attribute | Usage |
|---|---|---|
Button | role="button" | Indicates that it is a button. |
Edit this page on GitHub

