1.0.0 • Published 2 years ago

rc-captcha-input v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rc-captcha-input

Captcha

关键词: react-component, captcha, OTP, 手机验证码, 验证码输入

React 验证码输入组件, 兼容 PC/H5 展示

点击查看 Demo 及文档

基础使用

  1. 安装依赖
yarn add rc-captcha-input
# npm i rc-captcha-input
  1. 使用
import Captcha from 'rc-captcha-input';

<Captcha />;