react final form generator:在react final form之上生成形式 源码
React最终形式生成器 生成形式超过React最终形式 特征 生成表单使用JSON 健康)状况 用法 import Form , { Control } from 'react-final-form-generator' // Fields const fields = [ { name : 'email' , label : 'Email' , type : 'TextField' , } , { name : 'submit' , label : 'Submit' , type : 'Button' , condition : { when : 'email' , is : 'test' , action : '==' , } , } , ] // ...code f
下载地址
用户评论