mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
41 lines
685 B
Markdown
41 lines
685 B
Markdown
# Collapse
|
|
I saw it appears in many side control panels.
|
|
## Demos
|
|
```demo
|
|
basic
|
|
accordion
|
|
nested
|
|
```
|
|
## V-model
|
|
|Prop|Event|
|
|
|-|-|
|
|
|expand-names|expand-names-change|
|
|
|
|
## Props
|
|
### Collapse
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|expand-names|`Array`|`null`||
|
|
|accordion|`boolean`|`false`||
|
|
|
|
### Collapse Item
|
|
|Name|Type|Default|Description|
|
|
|-|-|-|-|
|
|
|title|`string \| number`|`null`||
|
|
|name|`string \| number`||**required**|
|
|
|
|
## Slots
|
|
### Collapse Slots
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|default|`()`||
|
|
|
|
### Collapse Item Slots
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|default|`()`||
|
|
|
|
## Event
|
|
|Name|Parameters|Description|
|
|
|-|-|-|
|
|
|expand-names|`(expandNames: Array<string>)`|| |