# element-schema-form **Repository Path**: sync-github/element-schema-form ## Basic Information - **Project Name**: element-schema-form - **Description**: A schema-based element-ui form component for Vue2.x. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/vueblocks/element-schema-form - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-schema-form

A schema-based element-ui form component for Vue2.x. ## Installation ```bash npm i @vueblocks/element-schema-form -S ``` ## Document [https://vueblocks.github.io/element-schema-form/](https://vueblocks.github.io/element-schema-form/) ## Online Demo ### 表单验证 [![Edit 表单验证](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/biaodanyanzheng-er1t1?fontsize=14&hidenavigation=1&theme=dark) ### 数字类型验证 [![Edit 数字类型验证](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/shuzileixingyanzheng-eezhn?fontsize=14&hidenavigation=1&theme=dark) ### 动态增减表单项 [![Edit 动态增减表单项](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/dongtaizengjianbiaodanxiang-h0ogx?fontsize=14&hidenavigation=1&theme=dark) ## License MIT