yew-html-ext 0.3.2

Handy syntactic extensions for Yew's HTML macros
Documentation
1
2
3
4
5
6
7
8
9
mod component;
mod element;
mod prop;

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

const CHILDREN_LABEL: &str = "children";