# Card 卡片

将信息聚合在卡片容器中展示。

# 基础用法

包含标题,内容和操作。

# 简单卡片

卡片可以只有内容区域。

# 带图片

可配置定义更丰富的内容展示。

# 卡片阴影

可对阴影的显示进行配置。

# Attributes

参数 说明 类型 可选值 默认值
header 设置 header,也可以通过 slot#header 传入 DOM string
body-style 设置 body 的样式 object { padding: '20px' }
shadow 设置阴影显示时机 string always / hover / never always