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
UsaStepIndicatorSegment
An individual step indicator segment.
status: draft
draft
text
status
''
'current'
'completed'
is-current
usa-step-indicator__segment--current
usa-step-indicator__segment--completed
li
aria-current
true
The text was updated successfully, but these errors were encountered:
UsaStepIndicator
13d914c
patrickcate
No branches or pull requests
Step Indicator Segment
An individual step indicator segment.
status:
draft
Props
text
status
''
'current'
,'completed'
is-current
Slots
CSS Classes
usa-step-indicator__segment--current
orusa-step-indicator__segment--completed
External Libraries
Sub-Components
Dependencies
Notes
is-current
?Tests
li
list item.aria-current
attribute set totrue
on theli
element.text
prop is used, the text is added as the default slot content.text
prop and default slot are both used, the default slot content slot will override thetext
prop.text
prop is required.is-current
prop is required.The text was updated successfully, but these errors were encountered: