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
6
src/widget/scrollable/mod.rs
Normal file
6
src/widget/scrollable/mod.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2022 System76 <info@system76.com>
|
||||
// SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
mod scrollable;
|
||||
|
||||
pub use scrollable::{horizontal, scrollable, vertical};
|
||||
Loading…
Add table
Add a link
Reference in a new issue