1. 首页
  2. 移动开发
  3. 其他
  4. react final form generator:在react final form之上生成形式 源码

react final form generator:在react final form之上生成形式 源码

上传者: 2021-04-05 22:11:57上传 ZIP文件 402.98KB 热度 31次
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
下载地址
用户评论