vue-dynamic-form2
v1.0.0
Published
**VueDynamicForm** is a dynamic form component base on [element-ui](https://element.faas.ele.me/#/zh-CN) and [async-validator](https://github.com/yiminghe/async-validator). You just need to write **descriptors**(reference to [async-validator](https://gith
Downloads
8
Readme
Introduction
VueDynamicForm is a dynamic form component base on element-ui and async-validator. You just need to write descriptors(reference to async-validator) of the data you want, VueDynamicForm will generate the form automatically.
Docs
Features
- Generate form from descriptors
- Support almost all data type
- Support multi-level form for
Object
/Array
/Hashmap
- Support data validation
- Multi-Languages support
Todo
VueDynamicForm can do more. There are a few things that it currently doesn't support but are planned:
- Support more component
- Custom theme
Question
Please submit your question in Github Issue .