demos-react-captcha
v1.0.11
Published
captcha react component
Readme
react-captcha
React component for 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 --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.
