yew-consent

crates.io docs.rs

Managing user consent with Yew

Usage

Add it to your project:

shell cargo add yew-consent

Then, add it your application component:

```rust

[function_component(Application)]

fn application() -> Html { html!() } ```

Also see the example here: example.

You can run the example using:

shell cd example trunk serve