Skip to main content

leptix_switch/
lib.rs

1//! Leptix Switch component.
2//!
3//! A control that allows the user to toggle between checked and not checked.
4
5mod switch;
6
7pub use switch::*;