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