libcosmic/src/widget/scrollable/mod.rs
Vukašin Vojinović dd1b16a353 feat(scrollable): add helper for horizontal scrollables
Adds a helper function to get horizontal scrollables with COSMIC styling.
2025-04-04 18:34:55 +02:00

6 lines
157 B
Rust

// Copyright 2022 System76 <info@system76.com>
// SPDX-License-Identifier: MPL-2.0
mod scrollable;
pub use scrollable::{horizontal, scrollable, vertical};