Stepper
Stepper is a component that displays the progress of a multi-step process.
When title and description are not set, set aria-label for the Step component.
const steps: Steps = [{ "aria-label": "Season 1" },{ "aria-label": "Season 2" },{ "aria-label": "Season 3" },]
ARIA Roles and Attributes
| Component | Role and Attributes | Usage |
|---|---|---|
StepSeparator | role='separator' | Indicates that it is a separator. |
StepStatus | aria-hidden='true' | Excludes the element from the accessibility tree. |
Edit this page on GitHub

