Skip to content

arnauddoub/formyle

Repository files navigation

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:

pnpm install formyle

yarn:

pnpm add formyle

Usage

All components

import { createApp } from 'vue'
import Formyle from 'formyle'
import 'formyle/dist/style.css'

createApp.use(Formyle)