Code
<template>
<w-step-indicator
:current="2"
label="Step 2 of 5"
:progress="25"
:steps="5"
/>
</template>
Props
|
Name |
Description |
Type |
Default |
Values |
|---|---|---|---|---|
|
current |
Sets the step as the current step. |
number |
1 |
|
|
label Required |
The label for the step indicator. |
string |
Loading |
|
|
progress |
Defines the amount of progress in the current step. |
number |
null |
|
|
steps Required |
Defines the number of steps. |
number |
|
|
|
align |
Change the alignment of the step indicator label. |
string |
block |
block, inline |