1.0.5 • Published 6 years ago

test00001 v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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 i demos-react-captcha
<Canvas
  onChange={/* change handler function */}
  placeholder="Insert captcha" // optional
  length={6} // default
/>

Styling

By default no style is included, you can style it using regular css. For example: captcha.css.

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

0.0.1

7 years ago