0.0.16 • Published 3 years ago
lv-form-factory v0.0.16
Package was created fot learning purpose !
- Vue 3 Composition API
Quick start
Install Package
npm install lv-form-factory Then import the full bundle
import { createApp } from 'vue'
import FormController from "lv-form-factory";
import 'lv-form-factory/dist/style.css';
createApp(...).use(FormController)API Reference
formOptions: parameters
formFields:
| Attribute | Description | Types | |
|---|---|---|---|
| row | ElRowProps | ElRowProps | null |
| groupItems | GroupItem | GroupItem [] |
ElRowProps: parametersGroupItem
Component usage example
<form-controller :formOptions="{}" :formFields="[]"></form-controller>