From 21214574718a02002e632f6192a611a758595811 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 18 Apr 2025 12:34:49 +0200 Subject: feat(material_theme): implement `slider::Catalog` --- crates/material_theme/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/material_theme/src/lib.rs') diff --git a/crates/material_theme/src/lib.rs b/crates/material_theme/src/lib.rs index a9beb2a..03f1ca5 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -18,6 +18,7 @@ pub mod progress_bar; pub mod qr_code; pub mod radio; pub mod scrollable; +pub mod slider; #[cfg(feature = "svg")] pub mod svg; pub mod text; -- cgit v1.2.3