1.1.0 • Published 1 year ago

form-wizard-vue3 v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Form Wizard Vue3

Form Wizard Vue 3 is a simple stepper/wizard component. It can be easily customized, has no dependencies, works in harmony with your components. Current Release Bundle Size Downloads Coverage Status MIT License

Documentation

Complete documentation and examples will be available soon.

Install

yarn add form-wizard-vue3

# or use npm

npm install form-wizard-vue3

Then, import component globally:

import Wizard from 'form-wizard-vue3'

export default {
  install(app) {
    app.component('Wizard', Wizard)
  }
}

Or import component directly:

import 'form-wizard-vue3/dist/form-wizard-vue3.css'
import Wizard from 'form-wizard-vue3'

The component itself does not include any CSS. You'll need to include it separately:

import 'form-wizard-vue3/dist/form-wizard-vue3.css'

License

MIT

1.1.0

1 year ago

1.0.0

1 year ago

0.3.2

2 years ago

0.3.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago