mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
645 B
645 B
卡片 Card
一些经验不足的 UI 喜欢它在上面滥用阴影。
演示
basic
size
cover
slots
border
segment
closable
Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
title | string |
null |
|
content-style | object | string |
null |
|
header-style | object | string |
null |
|
segmented | boolean | object |
false |
|
size | 'small' | 'medium' | 'large' | 'huge' |
'medium' |
|
bordered | boolean |
true |
|
closable | boolean |
false |
Events
名称 | 参数 | 说明 |
---|---|---|
close | () |
Slots
名称 | 参数 | 说明 |
---|---|---|
header | () |
|
header-extra | () |
|
default | () |
|
footer | () |
|
action | () |