leptos-shadcn-toggle 0.9.0

Leptos port of shadcn/ui toggle
Documentation
#[cfg(test)]
mod tests {
    use super::*;
    use leptos::*;

    #[test]
    fn test_toggle_component_exists() {
        // Basic test to ensure the component can be imported
    }

    #[test]
    fn test_toggle_form_functionality() {
        // Test form-specific functionality
    }

    #[test]
    fn test_toggle_accessibility() {
        // Test form component accessibility
    }

    #[test]
    fn test_toggle_events() {
        // Test form component events
    }

    #[test]
    fn test_toggle_validation() {
        // Test form validation if applicable
    }

    #[test]
    fn test_toggle_theme_variants() {
        // Test both theme variants
    }
}