feat(scrollable): add helper for horizontal scrollables

Adds a helper function to get horizontal scrollables with COSMIC styling.
This commit is contained in:
Vukašin Vojinović 2025-04-04 17:18:13 +02:00 committed by Michael Murphy
parent 1509163230
commit dd1b16a353
5 changed files with 42 additions and 33 deletions

View file

@ -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;