mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
504 B
504 B
列表 List
想让列表看起来优雅真的挺难的。但是也不能不做这个组件啊。
演示
basic
border
Props
List Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
bordered | boolean |
false |
|
theme | 'light' | 'dark' | string |
undefined |
Slots
List Slots
名称 | 参数 | 说明 |
---|---|---|
default | () |
|
footer | () |
|
header | () |
List Item Slots
名称 | 参数 | 说明 |
---|---|---|
default | () |
|
prefix | () |
|
suffix | () |