文件名称:react-value:为React添加价值
文件大小:79KB
文件格式:ZIP
更新时间:2024-03-22 01:56:30
JavaScript
React值 包装具有状态的value和onChange道具的受控组件的一种简便方法。 使您的组件的行为类似于React输入组件。 安装 yarn add react-value 使用 您可以使用带有render道具的Value组件: import { Value } from 'react-value' ; < Value xss=removed xss=removed xss=removed> null } // optional render = { ( value , onChange ) => < MyInput xss=removed xss=removed> } / > ; ..或要重复使用,可以使用withValue HOC: import { wi
【文件预览】:
react-value-master
----.gitignore(397B)
----.babelrc(111B)
----.flowconfig(58B)
----package.json(1KB)
----package-lock.json(84KB)
----src()
--------index.js(1KB)
--------__tests__()
----webpack.config.js(960B)
----.nvmrc(6B)
----jest()
--------setup-enzyme.js(131B)
----.travis.yml(17B)
----LICENSE(1KB)
----.browserslistrc(27B)
----examples()
--------index.js(2KB)
--------index.html(808B)
--------index.css(283B)
----.prettierrc.js(67B)
----README.md(1KB)
----.editorconfig(146B)
----yarn.lock(213KB)