From 4a17d1fa468caf89e33088b3be69a67a52b29a99 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sat, 19 Apr 2025 11:12:59 +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 2452d88..0df5b1c 100644 --- a/crates/material_theme/src/lib.rs +++ b/crates/material_theme/src/lib.rs @@ -24,6 +24,7 @@ pub mod slider; pub mod svg; pub mod text; pub mod text_input; +pub mod toggler; pub mod utils; pub static DARK: LazyLock = -- cgit v1.2.3