Skip to content

Step Indicator

<vox-step-indicator> shows progress through a multi-step process.

html
<vox-step-indicator>
  <vox-step label="Choose plan" state="complete"></vox-step>
  <vox-step label="Configure" state="current"></vox-step>
  <vox-step label="Review"></vox-step>
</vox-step-indicator>

API

<vox-step>:

AttributeTypeDefaultDescription
labelstring''Step name
statecomplete | current | upcomingupcomingProgress state

Step numbers are assigned automatically.

Released under the Apache-2.0 License.