Skip to content

InitAfricaHQ/vue-form-generator-element

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a Form Generator Fields package using the Element Plus UI (https://element-plus.org). It is the continuation of the original work Vue Form Generator (https://github.com/egorzot/vue-form-generator-element) by Egor Zotov

Resources

License

Stars

Watchers

Forks