Leave Yamada UI a star

Star
Yamada UIYamada UIv1.6.4

Stepper

Stepper is a component that displays the progress of a multi-step process.

Source@yamada-ui/stepper

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" },
]
Copied!

ARIA Roles and Attributes

ComponentRole and AttributesUsage
StepSeparatorrole='separator'Indicates that it is a separator.
StepStatusaria-hidden='true'Excludes the element from the accessibility tree.

Edit this page on GitHub

PreviousPaginationNextDisclosure