Add Pane and PaneGroup components

This commit is contained in:
Marshall Bowers 2023-10-06 18:37:28 -04:00
parent b53579858a
commit d5ffd4a1fb
4 changed files with 211 additions and 57 deletions

View file

@ -104,7 +104,7 @@ impl StoryWrapper {
div()
.flex()
.flex_col()
.h_full()
.size_full()
.child_any(self.selector.story())
})
}