2.0.9 • Published 10 years ago

react-captcha v2.0.9

Weekly downloads
193
License
ISC
Repository
github
Last release
10 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

10 years ago

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago