Skip to content

LoginovKonstantin/react-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published