vue-stepper is a fully customizable Stepper component with Vuex support and zero dependencies.
vue 3 stepper component, vue js stepper form, vue stepper vertical, vuetify stepper custom icon
How to make use of it:
Install
$ npm install vue-stepper-component --save
Usage
<v-stepper :steps="steps" v-model="step"></v-stepper> <template v-if="step === 1"><!-- Step 1 Content --></template> <template v-if="step === 2"><!-- Step 2 Content --></template> <template v-if="step === 3"><!-- Step 3 Content --></template>
import { VStepper } from 'vue-stepper-component' export default { components: { VStepper }, data: () => ({ steps: 3, step: undefined }) }
customizable stepper component for vue js, vue-stepper plugin/github
See Demo And Download
Official Website(adi518): Click Here
This superior jQuery/javascript plugin is developed by adi518. For extra advanced usage, please go to the official website.