1.0.11 • Published 4 years ago

demos-react-captcha v1.0.11

Weekly downloads
47
License
MIT
Repository
github
Last release
4 years ago

react-captcha

React component for captcha.

Note that in most cases you should consider Google Recaptcha instead of delivering custom solution.

Feature

  • Canvas Image
  • Refresh Button
  • Play Button (Listen to Audio)

Usage

codesandbox

npm install --save demos-react-captcha
<Captcha
  onChange={/* change handler function */}
  placeholder="Enter captcha" // optional
  length={6} // default
/>

Styling

By default a style is included, but you can style it using regular css.

1.0.11

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago