文件名称:react-pin-field::pager:React组件,用于输入PIN码
文件大小:181KB
文件格式:ZIP
更新时间:2024-05-19 13:53:19
react typescript component code input
:pager: ReactPIN字段 React PIN Field是PIN Field的React包装器, 是用于输入PIN码的本机Web组件。 现场演示 安装 npm install react react-dom @soywod/pin-field react-pin-field # or yarn add react react-dom @soywod/pin-field react-pin-field 用法 import ReactPinField from "react-pin-field" 道具 type ReactPinFieldProps = { length ?: number ; validate ?: string | string [ ] | RegExp | ( ( key : string ) => boolean ) ; format ?: ( char
【文件预览】:
react-pin-field-master
----.gitignore(331B)
----tsconfig.json(512B)
----README.md(3KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
--------FUNDING.yml(77B)
----LICENSE(2KB)
----SECURITY.md(352B)
----package.json(2KB)
----src()
--------react-pin-field.ts(2KB)
--------index.ts(171B)
--------react-pin-field.types.ts(1KB)
--------demo()
----tsfmt.json(905B)
----yarn.lock(442KB)
----.eslintrc.js(1KB)
----.prettierrc.js(150B)