0.1.4 • Published 4 months ago

@wojtekmaj/react-recaptcha-v3 v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@wojtekmaj/react-recaptcha-v3

Integrate Google reCAPTCHA v3 with your React app.

tl;dr

  • 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 <ReCaptchaProvider reCaptchaKey="…">, then using <ReCaptcha /> component. Use onVerify prop to get the token.

User guide

The documentation is in the making. Refer to original project's documentation for now.

License

The MIT License.

Author

Thank you

This project wouldn't be possible without the awesome work of Duong Tran who created its original version. Thank you!

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.1.0

4 months ago