文件名称:react-jeff:一个好的表单库
文件大小:103KB
文件格式:ZIP
更新时间:2024-03-11 10:00:57
TypeScript
React杰夫 一个好的表格库 最小约800字节+ gzip 易于学习的API 以可重用和可测试的方式编写表单代码 无缝同步和异步表单验证(包括提交表单时) 开箱即用的实用功能 用React Hooks编写 使用TypeScript键入 安装 npm install react-jeff 用法 import React from "react" import { useField , useForm } from "react-jeff" /** * 1. Write some validations that accept an input value and return an array of errors. * (If the array is empty, the value is considered valid) */ function validateUsern
【文件预览】:
react-jeff-master
----.prettierignore(23B)
----.gitignore(51B)
----tsconfig.json(5KB)
----README.md(7KB)
----.prettierrc(65B)
----LICENSE(1KB)
----package.json(1KB)
----src()
--------react-jeff.ts(10KB)
----example()
--------app.tsx(2KB)
--------validations.ts(2KB)
--------Control.tsx(792B)
--------fields.ts(896B)
--------index.html(1KB)
----types()
--------email-regex.d.ts(157B)
----package-lock.json(369KB)