Vuetify

Shop

Für Unternehmen

The v-stepper component displays progress through numbered steps.

A stepper can be used for a multitude of scenarios, including shopping carts, record creation and more.

Wählen Sie unten Ihren gewünschte Komponente aus und sehen Sie die verfügbaren Attribute, Slots, Ereignisse und Funktionen.

Unten finden Sie eine Sammlung einfacher bis komplexer Beispiele.

An editable step can be selected by a user at any point and will navigate them to that step.

Non-editable steps force a user to process linearly through your process.

An optional step can be called out with sub-text.

Horizontal steppers move users along the x-axis through the defined steps.

Vertical steppers move users along the y-axis and otherwise work exactly the same as their horizontal counterpart.

Linear steppers will always move a user through your defined path.

Non-linear steppers allow the user to move through your process in whatever way they choose.

Steppers also have an alternative label style which places the title under the step itself.

An error state can be displayed to notify the user of some action that must be taken.

The error state can also be applied to the alternative label style.

The same state also applies to Vertical steppers.

Steppers can have their steps dynamically added or removed. If a currently active step is removed, be sure to account for this by changing the applied model.

Caught a mistake or want to contribute to the documentation? Edit Layout on GitHub!