ant-design/components/card/index.zh-CN.md
Wei Zhu 77b78a9389 docs: Unify type naming (#4636)
* Unify name of ReactNode type in document

* Lowser all string type name

* Lowercase all number type name

* Lowercase all boolean type name

* Unify array type

* Lowercase all object type name

* Unify mutilple types
2017-01-20 20:10:50 +08:00

660 B

category type title subtitle cols
Components Data Display Card 卡片 1

通用卡片容器。

何时使用

最基础的卡片容器,可承载文字、列表、图片、段落,常用于后台概览页面。

API

<Card title="卡片标题">卡片内容</Card>
参数 说明 类型 默认值
title 卡片标题 string|ReactNode -
extra 卡片右上角的操作区域 string|ReactNode -
bordered 是否有边框 boolean true
bodyStyle 内容区域自定义样式 object -