yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod component;
mod element;
mod prop;
mod prop_macro;

pub use component::*;
pub use element::*;
pub use prop::*;
pub use prop_macro::PropsMacroInput;

const CHILDREN_LABEL: &str = "children";