alokVishu / vue-step-wizard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-step-wizard

alt text

Documentation

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

Installing Plugin

npm install --save vue-step-wizard

Import Globally

import VueStepWizard from 'vue-step-wizard'
import 'vue-step-wizard/dist/vue-step-wizard.css'
Vue.use(VueStepWizard);

Import and use Components Locally

//local registration
import {FormWizard, TabContent} from 'vue-step-wizard'
import 'vue-step-wizard/dist/vue-step-wizard.css'
//component code
components: {
  FormWizard,
  TabContent
}

About

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

License:MIT License


Languages

Language:Vue 89.3%Language:JavaScript 7.1%Language:HTML 3.7%