react-captcha
v2.0.9
Published
This is component <Captcha /> wich supports properties: language, theme, type, sitekey, callback
Downloads
726
Readme
react-captcha
###Sreen
###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