Awesome
<h1 align="center">Vue3 form wizard</h1>
<p align="center"><b>A dynamic wizard to split your forms easier</b></p>
<br>
<p align="center">
<a href="http://vue3-form-wizard-document.netlify.com"><img src="https://i.postimg.cc/258CSGbV/vue3-form-wizard-icon.png" alt="Demo" width="160"></a>
<p align="center">Vue3-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.</p>
</p>
<p align="center">
<a href="https://www.npmjs.com/package/vue3-form-wizard">
<img src="https://img.shields.io/npm/v/vue3-form-wizard.svg?style=flat-square" alt="version">
</a>
<a href="https://github.com/parsajiravand/vue3-form-wizard/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/vue3-form-wizard.svg?style=flat-square" alt="MIT license">
</a>
<a href="http://npmcharts.com/compare/vue3-form-wizard">
<img src="https://img.shields.io/npm/dm/vue3-form-wizard.svg?style=flat-square" alt="downloads">
</a>
<br>
<a href="https://unpkg.com/vue3-form-wizard/dist/">
<img src="http://img.badgesize.io/https://unpkg.com/vue3-form-wizard/dist/vue3-form-wizard.umd.js?compression=gzip&label=gzip%20size&style=flat-square" alt="gzip size">
</a>
<a href="https://github.com/parsajiravand/vue3-form-wizard/blob/master/package.json">
<img src="https://img.shields.io/badge/dependencies-none-lightgrey.svg?style=flat-square" alt="no dependencies">
</a>
<a href="https://travis-ci.org/parsajiravand/vue3-form-wizard">
<img src="https://img.shields.io/travis/parsajiravand/vue3-form-wizard.svg?style=flat-square" alt="travis">
</a>
</p>
<p align="center">
<br>
<strong>
<a style="font-size:20px" href="https://vue3-form-wizard-document.netlify.app/usage"> 📚Document</a> ・
<a style="font-size:20px" href="https://vue3-form-wizard-document.netlify.app/demos">🔎 Demos</a> ・
<a style="font-size:20px" href="https://vue3-form-wizard-document.netlify.app/playground"> 🔬 Playground</a>
</strong>
</p>
Dependencies
Installation
npm install vue3-form-wizard --save
yarn add vue3-form-wizard
🚀 Features
Until the version is completely stable
This is a cloned package from vue-form-wizard.Updated to vue 3 with new features and bug fixes