packages/docs/src/pages/en/components/vertical-steppers.md
The v-stepper-vertical component can be used as a navigation element that guides users through a sequence of steps.
Vertical steppers allow users to complete a series of actions in step order.
<ExamplesUsage name="v-stepper-vertical" /> <PromotedEntry />| Component | Description |
|---|---|
| v-stepper-vertical | Primary Component |
The v-stepper-vertical is the vertical variant of the v-stepper component. It also extends functionality of v-expansion-panels.
Non-linear stepper allow the user to navigate freely – skip to a desired section without forcing clicks on the action buttons within, provided editable prop is also present. When combined with :mandatory="false", allowes to collapse the section as well.
The v-stepper-vertical component has several slots for customization.
Customize the flow of your stepper by hooking into the available prev and next slots.
<ExamplesExample file="v-stepper-vertical/slot-actions" />