captcha react component
npm install demos-react-captchaReact component for captcha.
Note that in most cases you should consider Google Recaptcha instead of delivering custom solution.
- [x] Canvas Image
- [x] Refresh Button
- [x] Play Button (Listen to Audio)
```
npm install --save demos-react-captcha
`jsx``
placeholder="Enter captcha" // optional
length={6} // default
/>
By default a style is included, but you can style it using regular css.