Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-10T09:53:57.000Z (8 months ago)
- Last Synced: 2024-10-29T22:29:27.400Z (3 months ago)
- Topics: javascript, nuxt, nuxt3, vue, vue3, vuejs
- Language: SCSS
- Homepage: https://vue3-form-wizard-document.netlify.app/
- Size: 216 KB
- Stars: 31
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
Awesome Lists containing this project
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 π§
- [ ] 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/#/)