leptos-struct-component 0.2.0

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

// mod attributes;

pub use leptos_struct_component_macro::*;

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