vue2-step-wizard

0.1.16 • Public • Published

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
}

Buy my a Pizza

You have an option to buy me a pizza if you found this plugin useful

https://www.buymeacoffee.com/wLrF3Z0tE

Dependencies (3)

Dev Dependencies (7)

Package Sidebar

Install

npm i vue2-step-wizard

Weekly Downloads

2

Version

0.1.16

License

MIT

Unpacked Size

513 kB

Total Files

11

Last publish

Collaborators

  • liugaofeng