/vue-step-wizard

A simple VueJS Step / Form Wizard plugin with Validation Support.

Primary LanguageVueMIT LicenseMIT

vue-step-wizard

alt text

Documentation

https://tushargugnani.github.io/vue-step-wizard/#/

Installing Plugin

npm install --save vue-step-wizard

Import

import VueStepWizard from 'vue-step-wizard'

Use Globally

Vue.use(VueStepWizard)

Use Components Locally

import FormWizard from 'vue-step-wizard'
import TabContent from 'vue-step-wizard'