Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arnauddoub/formyle

Advanced Vue 3 form conception
https://github.com/arnauddoub/formyle

form form-builder vite vue vue-components vue3 vuejs

Last synced: 3 months ago
JSON representation

Advanced Vue 3 form conception

Awesome Lists containing this project

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:
```bash
pnpm install formyle
```
### yarn:
```bash
pnpm add formyle
```

## Usage

### All components

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

createApp.use(Formyle)
```