Parent
#37
Work
- Minimal GPUI app loading one rangular-generated component.
- Template: static text, one
@if, one click handler.
- Compare output with Leptos fixture for same template.
Acceptance
cargo run -p demo-gpui (or equivalent) shows working UI; fixture or snapshot test.
Parent
#37
Work
@if, one click handler.Acceptance
cargo run -p demo-gpui(or equivalent) shows working UI; fixture or snapshot test.