demos-react-captcha

1.0.11 • Public • Published

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

codesandbox

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.

Dependencies (0)

    Dev Dependencies (28)

    Package Sidebar

    Install

    npm i demos-react-captcha

    Weekly Downloads

    429

    Version

    1.0.11

    License

    MIT

    Unpacked Size

    697 kB

    Total Files

    6

    Last publish

    Collaborators

    • demos013