1.0.5 • Published 5 years ago

test00001 v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

0.0.1

6 years ago