reactive-layout.rs raw
guiduck_component_macro::component_str!(r##"
(component Broken
(state wide bool :init false)
(container :width (if wide 200 100)
(text :text "hi")))
"##);
fn main() {}
guiduck_component_macro::component_str!(r##"
(component Broken
(state wide bool :init false)
(container :width (if wide 200 100)
(text :text "hi")))
"##);
fn main() {}