yew-struct-component 0.1.4

Define Yew components using structs.
Documentation
1
2
3
4
5
6
//! Define [Yew](https://yew.rs/) components using structs.
mod attributes;

pub use yew_struct_component_macro::*;

pub use crate::attributes::*;