mirror of
https://github.com/tenrok/vue-form-wizard.git
synced 2026-05-17 05:59:37 +03:00
38db24c98d2c1a9ab636b5ccfc113bb1e83f4cc2
Bumps [sinon](https://github.com/sinonjs/sinon) from 4.1.4 to 4.2.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/docs/changelog.md) - [Commits](https://github.com/sinonjs/sinon/compare/v4.1.4...v4.2.2)
Vue form wizard
A dynamic wizard to split your forms easier
Vue-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.
Demos:
Basic demo
Other demos:
- Squared steps
- Tabbed steps
- Sizing
- Step index Start at any step. Note: start-index is zero-based and the count starts at 0
- Custom button and title text
- Custom title slot
- Customized buttons with slots Replace stuff you don't like
- Call a function before tab switch
- Complete form example integrated with vue-form-generator
- Element UI form integration
- Vuelidate integration
- Dynamic components for tabs
- Vue router integration You can place a
router-viewinside the wizard and have a separate page per tab. Arouteprop must be passed to the tabs you want to handle certain tabs - Async validation with error message
before-changeprop can accept a promise that is resolved withtruewhich will execute the promise before switching to another step/tab (NOTE: This feature is not present in the npm package yet) - Animations with animate.css
- Fancy step animations with lottie
In browser playground
Documentation
Description
Languages
Vue
51.5%
JavaScript
32.4%
CSS
13.1%
TypeScript
2.7%
HTML
0.3%