Skip to main content

Crate leptos_shadcn_switch

Crate leptos_shadcn_switch 

Source
Expand description

Leptos port of shadcn/ui switch

Re-exports§

pub use default::Switch;
pub use default::SwitchRoot;
pub use default::SwitchThumb;
pub use default::SwitchLabel;
pub use default::SwitchVariant;
pub use default::SwitchSize;
pub use new_york::Switch as SwitchNewYork;
pub use new_york::SwitchRoot as SwitchRootNewYork;
pub use new_york::SwitchThumb as SwitchThumbNewYork;
pub use new_york::SwitchLabel as SwitchLabelNewYork;
pub use new_york::SwitchVariant as SwitchVariantNewYork;
pub use new_york::SwitchSize as SwitchSizeNewYork;
pub use signal_managed::*;

Modules§

default
new_york
signal_managed
Signal-managed version of the switch component using leptos-shadcn-signal-management