feat(scrollable): add helper for horizontal scrollables
Adds a helper function to get horizontal scrollables with COSMIC styling.
This commit is contained in:
parent
1509163230
commit
dd1b16a353
5 changed files with 42 additions and 33 deletions
|
|
@ -308,10 +308,9 @@ pub mod row {
|
|||
}
|
||||
}
|
||||
|
||||
mod scrollable;
|
||||
pub mod scrollable;
|
||||
#[doc(inline)]
|
||||
pub use scrollable::*;
|
||||
|
||||
pub use scrollable::scrollable;
|
||||
pub mod segmented_button;
|
||||
pub mod segmented_control;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue