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: 3 months ago
JSON representation

A vue3 based tab/form wizard

Awesome Lists containing this project

README

          

Vue3 form wizard

A dynamic wizard to split your forms easier





Demo

Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.



version


MIT license


downloads




gzip size


no dependencies


travis





📚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/#/)