yew-hcaptcha 0.1.0

A Yew component for hCaptcha
Documentation
**Disclaimer:** This is an unofficial library.

# yew-hcaptcha

[![crates.io](https://img.shields.io/crates/v/yew-hcaptcha.svg)](https://crates.io/crates/yew-recaptcha-v3)
[![docs.rs](https://docs.rs/yew-hcaptcha/badge.svg)](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