Make example work on web and update READMEs
This commit is contained in:
parent
eda1048dbc
commit
86dede4c4c
13 changed files with 101 additions and 32 deletions
|
|
@ -18,6 +18,7 @@ impl<'a, Message> Widget<Message> for Column<'a, Message> {
|
|||
.map(|element| element.widget.node(bump, publish))
|
||||
.collect();
|
||||
|
||||
// TODO: Complete styling
|
||||
div(bump)
|
||||
.attr("style", "display: flex; flex-direction: column")
|
||||
.children(children)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue