文件名称:react-hook-form-generator:使用Chakra UI和React Hook Form从架构生成React表单
文件大小:2.75MB
文件格式:ZIP
更新时间:2024-06-17 10:20:52
TypeScript
React Hook表单生成器 一个组件,可以快速轻松地从对象模式生成表单。 使用和构建。 现场演示 安装 该软件包需要chakra-ui和react-hook-form作为对等依赖项 npm install react-hook-form-generator npm install @chakra-ui/core @emotion/core @emotion/styled emotion-theming npm install react-hook-form 用法 // MyForm.js import React from 'react' ; import { Form } from 'react-hook-form-generator' ; const schema = { firstName : { type : 'text' , label : 'First
【文件预览】:
react-hook-form-generator-master
----.storybook()
--------main.js(589B)
--------config.js(330B)
----.gitignore(51B)
----tsconfig.json(538B)
----README.md(3KB)
----stories()
--------Form.stories.tsx(2KB)
--------CustomFields.stories.tsx(1KB)
----.github()
--------workflows()
----docs()
--------vendors~main.86b4d1cdadd0657db0fb.bundle.js.map(170B)
--------vendors~main.86b4d1cdadd0657db0fb.bundle.js.LICENSE.txt(5KB)
--------sb_dll()
--------runtime~main.ab7db0239d02e2e25577.bundle.js(1KB)
--------main.86b4d1cdadd0657db0fb.bundle.js.map(153B)
--------vendors~main.86b4d1cdadd0657db0fb.bundle.js(3.46MB)
--------main.86b4d1cdadd0657db0fb.bundle.js(39KB)
--------runtime~main.86b4d1cdadd0657db0fb.bundle.js(3KB)
--------iframe.html(3KB)
--------main.b00e96d1574e3d9c1053.bundle.js(161B)
--------runtime~main.86b4d1cdadd0657db0fb.bundle.js.map(169B)
--------index.html(1KB)
--------favicon.ico(32KB)
--------vendors~main.7121b1092e5054e3a9ef.bundle.js(2.43MB)
----LICENSE(1KB)
----__tests__()
--------Form.test.tsx(90B)
----package.json(2KB)
----src()
--------components()
--------index.tsx(184B)
--------types.ts(5KB)
--------hooks()
----package-lock.json(958KB)