Adds a vertical option to the button group Also added an example of the vertical button group to the story Also fixed button rounding only working when both tl/bl and tr/br are both set, now they can be set individually I'm not sure if the justify_center in `.when(self.vertical, |this| this.flex_col().justify_center())` is needed, but I added it to match the behaviour of `.items_center()` when the flex direction is row. |
||
|---|---|---|
| .. | ||
| button.rs | ||
| button_group.rs | ||
| dropdown_button.rs | ||
| mod.rs | ||
| toggle.rs | ||