<tw-steps>
<tw-step active></tw-step>
<tw-step></tw-step>
<tw-step></tw-step>
</tw-steps>
Step
A single step to be used in a parent steps component.
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
active |
active |
Controls whether the step is active. | boolean |
false |
label |
label |
The label of the step. | string | undefined |
|
showLabel |
show-label |
Controls whether to show the label. | boolean |
false |
number |
number |
The number of the step, as potentially set by the parent Steps component. | number | undefined |
|
completed |
completed |
Controls whether the step has been completed. | boolean |
false |
clickable |
clickable |
Controls whether the step is clickable. | boolean |
false |