JSPM

rc-captcha-input

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q39529F
  • License MIT

React验证码输入组件, 支持PC/H5展示

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 展示

点击查看 Demo 及文档

基础使用

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

<Captcha />;