Twikit

Get Started Components Avatar Badge Button Carousel Checkbox Color Picker Item Context Menu Context Menu Item Icon Image Picker Item Input Input Unscoped Modal Nav Nav Group Nav Item Picker Progress Radio Radio Group Range Select Sortable Sortable Item Spinner Step Steps Tab Tab Group Textarea Toggle Tooltip CSS Framework Design Tokens Theming

Step

A single step to be used in a parent steps component.

<tw-steps>
  <tw-step active></tw-step>
  <tw-step></tw-step>
  <tw-step></tw-step>
</tw-steps>

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