https://github.com/parsajiravand/vue3-form-wizard
A vue3 based tab/form wizard
https://github.com/parsajiravand/vue3-form-wizard
javascript nuxt nuxt3 vue vue3 vuejs
Last synced: 3 months ago
JSON representation
A vue3 based tab/form wizard
- Host: GitHub
- URL: https://github.com/parsajiravand/vue3-form-wizard
- Owner: parsajiravand
- Created: 2022-04-22T12:09:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T22:06:09.000Z (4 months ago)
- Last Synced: 2025-08-29T01:54:12.660Z (4 months ago)
- Topics: javascript, nuxt, nuxt3, vue, vue3, vuejs
- Language: SCSS
- Homepage: https://vue3-form-wizard-document.netlify.app/
- Size: 224 KB
- Stars: 36
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
- fucking-awesome-vue - vue3-form-wizard - Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management. (Components & Libraries / UI Components)
- awesome-vue - vue3-form-wizard - Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management. (Components & Libraries / UI Components)
- awesome-vue - vue3-form-wizard - Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management. (Components & Libraries / UI Components)
README
Vue3 form wizard
A dynamic wizard to split your forms easier
Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.
📚Document ・
🔎 Demos ・
🔬 Playground
## Dependencies
- required: Vuejs >= 3.x
## Installation
```bash
npm install vue3-form-wizard --save
```
```bash
yarn add vue3-form-wizard
```
## 🚀 Features
- 🎪 [**Interactive docs & demos**](https://vue3-form-wizard-document.netlify.app/demos/)
- 🦾 **Type Strong**: Written in [Typescript](https://www.typescriptlang.org/), with [TS Docs](https://github.com/microsoft/tsdoc)
- 🌎 **No bundler required**: Usable via CDN
- 🔩 **Flexible**: Configurable event filters and targets
## 🔧 [**Document**](https://vue3-form-wizard-document.netlify.app/usage/)
- ➡️ [**Usagae**](https://vue3-form-wizard-document.netlify.app/usage/)
- ➡️ [**Props**](https://vue3-form-wizard-document.netlify.app/props/)
- ➡️ [**Slots**](https://vue3-form-wizard-document.netlify.app/slots/)
- ➡️ [**Methods**](https://vue3-form-wizard-document.netlify.app/Mmthods/)
- ➡️ [**Scoped-slots**](https://vue3-form-wizard-document.netlify.app/scoped-slots/)
- ➡️ [**Demos**](https://vue3-form-wizard-document.netlify.app/demos/)
## Until the version is completely stable
- [x] Updated To Vue3 ✅
- [x] Setup with Vite ✅
- [x] Add declaration type(Typescript Support)✅
- [ ] Fix All Issue on vue-form-wizard 🚧
- [x] Rewrite With Setup Function and ts ✅
- [ ] Setup New Features🚧
- [x] Setup New Documentation ✅
### This is a cloned package from [vue-form-wizard](https://github.com/BinarCode/vue-form-wizard).Updated to vue 3 with new features and bug fixes
#### [Old Documentation](https://binarcode.github.io/vue-form-wizard/#/)