formyle
v0.0.21
Published
Advanced Vue 3 form conception
Downloads
2
Maintainers
Readme
Formyle
Advanced Vue 3 form conception
Features
- ⚡️ Vue 3, Vite 2, Vuex 4, Tailwindcss 2
- 🚀 Steps routed system
- 🖨 Multiple versions (A/B Testing, source, ...)
- Soon (...)
Install
npm:
npm install formyle
yarn:
yarn add formyle
Usage
All components
import { createApp } from 'vue'
import Formyle from 'formyle'
import 'formyle/dist/style.css'
createApp.use(Formyle)