orbital-core-components 0.1.1

Themed Orbital UI components for Leptos applications
Documentation
1
2
3
4
5
6
7
8
9
10
mod styles;
mod switch;
mod types;

pub use switch::Switch;
#[cfg(feature = "preview")]
pub use switch::SWITCH_PREVIEW_REGISTRATION;
pub use types::{SwitchBind, SwitchLabel};

pub use orbital_base_components::{SwitchRule, SwitchRuleTrigger};