react-google-invisible-recaptcha
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "react-google-invisible-recaptcha", | ||
"author": "szchenghuang <szchenghuang@gmail.com>", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "A React component which is simply interested in Google invisible reCaptcha.", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
# react-google-invisible-recaptcha # | ||
A React component which is simply interested in Google invisible reCAPTCHA. Pure implementation without external dependency. | ||
A React component which is simply interested in Google invisible reCAPTCHA. | ||
* Support multiple reCAPTCHA widgets on one page. | ||
* Vallina JS. | ||
* No dependency. | ||
## [Demo][demo] ## | ||
@@ -33,3 +37,3 @@ | ||
ref={ ref => this.recaptcha = ref } | ||
sitekey="6LeH_x8UAAAAAKKuaaod4GsENkTJTHdeQIm8l6y2" | ||
sitekey="<sitekey>" | ||
onResolved={ this.onResolved } /> | ||
@@ -36,0 +40,0 @@ </div> |
10985
99