Skip to content

Instantly share code, notes, and snippets.

@pradumangoyal
Last active December 9, 2018 15:06
Show Gist options
  • Save pradumangoyal/41ffe4a316ec4553486d6d1aa3c07f20 to your computer and use it in GitHub Desktop.
Save pradumangoyal/41ffe4a316ec4553486d6d1aa3c07f20 to your computer and use it in GitHub Desktop.
import ReCAPTCHA from 'react-google-recaptcha'
const recaptchaRef = React.createRef()
<ReCAPTCHA
onChange={this.handleCaptcha}
ref={recaptchaRef}
//This ref can be used to call captcha related functions in case you need.
sitekey="PROVIDE-YOUR_SITE_KEY_HERE"
theme="dark"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment