Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.69 KB

README.md

File metadata and controls

52 lines (40 loc) · 2.69 KB

Vue Form Generator Element

This is an Element Plus UI (https://element-plus.org) Fields for Vue-form-generator. It is the continuation of the original Element UI Field Vue Form Generator work (https://github.com/egorzot/vue-form-generator-element) by Egor Zotov currently. As it is currently unmaintained and has been a useful tool to us. We have decided to continue with it and hope you'd find it helpful and useful.

Usage

npm install @initafricahq/vue-form-generator-element

Add following code in main.js:

import { createApp } from 'vue'
import App from './App.vue'
import VueFormGeneratorElement from '@initafricahq/vue-form-generator-element'

return createApp(App)
  .use(VueFormGenerator)
  .mount('#app');

See usage example.

Fields list:

Contribution

PR's are more than welcome!

Tests

npm run test

License

Vue Form Generator Element Plus is open source software licensed as MIT.