leptos-struct-component 0.0.3

Define Leptos components using structs.
Documentation
1
2
3
4
5
6
//! Define [Leptos](https://leptos.dev/) components using structs.
// mod attributes;

pub use leptos_struct_component_macro::*;

// pub use crate::attributes::*;