Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 🚧
- [ ] 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/#/)