feat: implement SegmentedButton widget
This commit is contained in:
parent
01701759c9
commit
e97c258422
8 changed files with 740 additions and 244 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue