mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-12 05:32:55 -04:00
575 B
575 B
Switch
let value = create_rw_signal(false);
view! {
<Switch value />
}
Switch Props
Name | Type | Default | Description |
---|---|---|---|
class | OptionalProp<MaybeSignal<String>> |
Default::default() |
Addtional classes for the switch element. |
value | Model<bool> |
false |
Switch's value. |