Fully customizable
Stepper component
with Vuex
support and Zero dependencies.
{{ einyLorem }}
{{ minyLorem }}
{{ moeLorem }}
To use the component in your templates, simply import and register with your component.
To control the Stepper state, we use the v-model directive, just like on any
other input element with two-way binding. The Stepper acts as a group of radio-buttons.
A common practice for managing your Stepper state, is through a Store.
Start off by assigning special
Vue property
to the
v-stepper component. Then, assign an API method to an Event handler
of your choice. The following example is similar to the Demo above, where we assign
previous, next and reset to the
click event of a button element.
Please open an
Copyright (c) 2018