2019-11-12 15:04:42 +08:00
|
|
|
# List
|
2020-02-01 00:57:46 +08:00
|
|
|
It is hard to make it looks elegant. However things should be done.
|
2019-11-22 16:54:32 +08:00
|
|
|
<!--single-column-->
|
2020-02-01 00:57:46 +08:00
|
|
|
## Demos
|
2019-11-12 15:04:42 +08:00
|
|
|
```demo
|
|
|
|
basic
|
2019-11-22 16:54:32 +08:00
|
|
|
border
|
2020-02-01 00:57:46 +08:00
|
|
|
```
|
|
|
|
## Props
|
|
|
|
### List Props
|
|
|
|
|Name|Type|Default|Description|
|
|
|
|
|-|-|-|-|
|
|
|
|
|bordered|`boolean`|`false`||
|
|
|
|
|
|
|
|
## Slots
|
|
|
|
### List Slots
|
|
|
|
|Name|Parameters|Description|
|
|
|
|
|-|-|-|
|
|
|
|
|header|`()`||
|
|
|
|
|default|`()`||
|
|
|
|
|footer|`()`||
|
|
|
|
|
|
|
|
### List Item Slots
|
|
|
|
|Name|Parameters|Description|
|
|
|
|
|-|-|-|
|
|
|
|
|prefix|`()`||
|
|
|
|
|default|`()`||
|
|
|
|
|suffix|`()`||
|
|
|
|
|