naive-ui/demo/documentation/components/switch/enUS/index.md
2020-05-30 17:20:27 +08:00

23 lines
449 B
Markdown

# Switch
I have a Nintendo Switch, but have no time to play. It awalys make me recall the time when I played NDS, childhood is a happy time.
## Demos
```demo
basic
event
```
## V-model
|prop|event|
|-|-|
|value|change|
## Props
|Name|Type|Default|Description|
|-|-|-|-|
|theme|`'light' \| 'dark' \| null`|`null`||
|value|`boolean`|`false`||
|disabled|`boolean`|`false`||
## Events
|Name|Parameters|Description|
|-|-|-|
|change|`(value: boolean)`||