Package Exports
- rc-captcha-input
- rc-captcha-input/es/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rc-captcha-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
rc-captcha-input
Captcha
关键词: react-component, captcha, OTP, 手机验证码, 验证码输入
React 验证码输入组件, 兼容 PC/H5 展示
基础使用
- 安装依赖
yarn add rc-captcha-input
# npm i rc-captcha-input- 使用
import Captcha from 'rc-captcha-input';
<Captcha />;