Panel
Stepper
Steps and their panels, horizontal or vertical, with an optional linear mode that keeps later steps out of reach.
WAI-ARIA tested
Import
main.ts
import { Stepper } from '@vitral/vue';Linear
Three items in your cart.
Vertical
Pick a name and a password.
API
Read from packages/vue/src/components/Stepper/types.ts, so it says what the component actually accepts.
Props
| Name | Type | Description |
|---|---|---|
| linear | boolean | Only the steps up to the current one can be chosen; the panels move the reader on. |
Plus pt, dt and unstyled from BaseProps, see pass-through and unstyled mode.
Slots
| Name | Slot props | Description |
|---|---|---|
| default | — | — |