Integrate Google reCAPTCHA v3 with your React app
npm install @wojtekmaj/react-recaptcha-v3Integrate Google reCAPTCHA v3 with your React app.
- Install by executing npm install @wojtekmaj/react-recaptcha-v3 or yarn add @wojtekmaj/react-recaptcha-v3.
- Import by adding import { ReCaptchaProvider, ReCaptcha } from '@wojtekmaj/react-recaptcha-v3'.
- Use by wrapping your app in , then using component. Use onVerify prop to get the token.
The documentation is in the making. Refer to original project's documentation for now.
The MIT License.
Wojciech Maj |
This project wouldn't be possible without the awesome work of Duong Tran who created its original version. Thank you!