2.0.9 • Published 8 years ago

react-captcha v2.0.9

Weekly downloads
193
License
ISC
Repository
github
Last release
8 years ago

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

2.0.9

8 years ago

2.0.8

8 years ago

2.0.7

8 years ago

2.0.6

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago