naive-ui/demo/documentation/components/card/zhCN/index.md
2020-02-07 23:40:07 +08:00

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 ()