Package Exports
- react-numeric-captcha
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-numeric-captcha) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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
- Canvas Image
- Refresh Button
- 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.