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
npm install --save demos-react-captcha
<Captcha
onChange={/* change handler function */}
placeholder="Enter captcha" // optional
length={6} // default
/>
Styling
By default a style is included, but you can style it using regular css.