Skip to content
On this page

Card 卡片

卡片容器。

基本用法

Card 卡片
我是内容
展开源码

Card 属性

名称说明类型默认值
title标题stringundefined
bordered是否存在外边框booleantrue
hoverable是否显示 hover 状态booleanfalse
header-styleheader 样式string | Record<string, string>undefined
content-stylecontent 样式string | Record<string, string>undefined
footer-stylefooter 样式string | Record<string, string>undefined

Card 插槽

名称说明参数
headerheader 内容插槽()
headek卡片右上角内容()
defaultcontent 内容插槽()
footerfooter 内容插槽()