react-numeric-captcha
v1.0.3
Published
numeric captcha react component
Downloads
989
Readme
react-numeric-captcha
React component for numeric captcha.
Note that in most cases you should consider Google Recaptcha instead of delivering custom solution.
Feature
- [x] Canvas Image
- [x] Refresh Button
- [x] Play Button (Listen to Audio)
Usage
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.