|
|
|
|
|
by red_admiral
60 days ago
|
|
A "mithril" like syntax. Like you could do (wrapped over multiple lines of course) m.div([m.h1("title"), m.p(["click", m.a({href:"..."}, "me")])]) you can do (taken from the page) g.VStack(g.Text(...), g.HStack(...).Spacing(g.SpaceMD)) some people will like this style, others not. |
|