macro_rules! test_html { ($($html:tt)*) => { ... }; }
A macro which derives a yew::Component for an arbitrary HTML snippet and mounts it, for testing.
yew::Component