haibotop / vue-dynamic-form-component

Vue dynamic nested form component, support nested Object/Hashmap/Array. Vue动态多级表单组件,支持嵌套对象/Hashmap/数组。

Home Page:https://vue-dynamic-form.quincychen.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

vue-dynamic-form-component 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, vue-dynamic-form-component will generate the form automatically.

vue-dynamic-form-component.gif

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

vue-dynamic-form-component 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 .

License

MIT license

About

Vue dynamic nested form component, support nested Object/Hashmap/Array. Vue动态多级表单组件,支持嵌套对象/Hashmap/数组。

https://vue-dynamic-form.quincychen.cn

License:MIT License


Languages

Language:Vue 71.7%Language:JavaScript 25.6%Language:HTML 2.7%