feat: implement SegmentedButton widget

This commit is contained in:
Michael Aaron Murphy 2022-12-28 12:42:28 +01:00 committed by Ashley Wulber
parent 01701759c9
commit e97c258422
8 changed files with 740 additions and 244 deletions

View file

@ -22,6 +22,9 @@ pub use navigation::*;
mod toggler;
pub use toggler::toggler;
pub mod segmented_button;
pub use segmented_button::{SegmentedButton, segmented_button};
pub mod settings;
mod scrollable;