react-captcha

2.0.9 • Public • Published

react-captcha

Sreen

alt tag

Install

$ npm install react-captcha --save

Example usage

const Captcha = require('react-captcha');  
 
<Captcha
    sitekey = 'your_sitekey'
    lang = 'en'
    theme = 'light'
    type = 'image'
    callback = {(value) => console.log(value)}/>
 

HELP: https://developers.google.com/recaptcha/intro

Readme

Keywords

none

Package Sidebar

Install

npm i react-captcha

Weekly Downloads

149

Version

2.0.9

License

ISC

Last publish

Collaborators

  • konstantinloginov