**Disclaimer:** This is an unofficial library.
# yew-hcaptcha
[](https://crates.io/crates/yew-recaptcha-v3)
[](https://docs.rs/yew-hcaptcha)
This component helps you to integrate an hcaptcha in your app
## Important informations
This module has been made as a first version by someone that (for now) discover yew.
There is only few functionality (onLoad, siteKey) supported.
The module is in alpha and a first version will be considered when it will offer as much as the [React one](https://www.npmjs.com/package/@hcaptcha/react-hcaptcha)
## Inspirations
- [Yew Recaptcha](https://github.com/security-union/yew-recaptcha)
- [React hCaptcha](https://github.com/hCaptcha/react-hcaptcha)