smashing-form:React中由MobX驱动的表单

时间:2024-03-30 16:17:09
【文件属性】:

文件名称:smashing-form:React中由MobX驱动的表单

文件大小:253KB

文件格式:ZIP

更新时间:2024-03-30 16:17:09

react forms reactjs form react-hooks

粉碎形式 :high_voltage: 快速输入重新呈现-不重新呈现整个表单 :bacon: 煮熟的api :OK_hand: 基于表单验证 :balance_scale: 例子 安装 npm install --save @smashing/form mobx mobx-react-lite 用法 import * as React from 'react' import { useForm } from '@smashing/form' const CustomTextInput = props => < input type = "text" { ... props } / > export const MyForm = ( ) => { // Use `useForm` hook. `initialValues` is the only required value. const { Form , Field , form } = useForm


【文件预览】:
smashing-form-master
----yarn.lock(399KB)
----src()
--------index.tsx(12KB)
----.vscode()
--------extensions.json(138B)
--------settings.json(267B)
----example()
--------index.html(301B)
--------index.tsx(6KB)
--------styles.css(918B)
--------yarn.lock(225KB)
--------tsconfig.json(458B)
--------.gitignore(24B)
--------package.json(627B)
----tsconfig.json(732B)
----test()
--------index.test.tsx(4KB)
----README.md(7KB)
----.editorconfig(147B)
----.gitignore(98B)
----package.json(2KB)

网友评论