mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
23 lines
449 B
Markdown
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)`|| |