1.0.3 • Published 5 years ago

react-numeric-captcha v1.0.3

Weekly downloads
110
License
MIT
Repository
github
Last release
5 years ago

react-numeric-captcha

React component for numeric 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 react-numeric-captcha
<Canvas
  onChange={/* change handler function */}
  placeholder="Insert captcha" // optional
/>

Styling

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

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago