We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UsaStepIndicator
A step indicator updates users on their progress through a multi-step process.
status: draft
draft
steps
counters
false
counter-size
''
'small
center
no-labels
current-step
1
usa-step-indicator--counters
usa-step-indicator--counters-sm
usa-step-indicator--center
usa-step-indicator--no-labels
UsaStepIndicatorSegment
UsaStepIndicatorHeader
aria-label
progress
small
The text was updated successfully, but these errors were encountered:
7837217
patrickcate
No branches or pull requests
Step Indicator
A step indicator updates users on their progress through a multi-step process.
status:
draft
Props
steps
counters
false
counter-size
''
''
,'small
center
false
no-labels
false
current-step
1
Slots
steps
prop.CSS Classes
usa-step-indicator--counters
usa-step-indicator--counters-sm
usa-step-indicator--center
usa-step-indicator--no-labels
External Libraries
Sub-Components
UsaStepIndicatorSegment
component #70UsaStepIndicatorHeader
component #71Dependencies
Notes
Tests
aria-label
attribute set toprogress
.counters
prop is used, the CSS classusa-step-indicator--counters
is applied.center
prop is used, the CSS classusa-step-indicator--center
is applied.no-labels
prop is used, the CSS classusa-step-indicator--no-labels
is applied.counter-size
prop is set tosmall
, the CSS classusa-step-indicator--counters-sm
is applied.current-step
prop changes, the correct segment is set as the currently active segment.current-step
prop is greater than 1, all previous segments are set as completed.steps
prop is required.The text was updated successfully, but these errors were encountered: