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.
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:
- FieldElementInput
- FieldElementSelect
- FieldElementRadio
- FieldElementCheckbox
- FieldElementCheckboxList
- FieldElementDatePicker
- FieldElementSwitch
- FieldElementTextArea
- FieldElementUpload
- FieldElementColorPicker
- FieldElementSlider
PR's are more than welcome!
npm run test
Vue Form Generator Element Plus is open source software licensed as MIT.