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>:
| Attribute | Type | Default | Description |
|---|---|---|---|
label | string | '' | Step name |
state | complete | current | upcoming | upcoming | Progress state |
Step numbers are assigned automatically.