---
order: 9
title:
zh-CN: 支持更多内容配置
en-US: Support more content configuration
---
## zh-CN
一种支持封面、头像、标题和描述信息的卡片。
## en-US
A Card that supports `cover`, `avatar`, `title` and `description`.
```jsx
import { Card, Avatar } from 'antd';
import { Edit, Ellipsis, Setting } from '@ant-design/icons';
const { Meta } = Card;
ReactDOM.render(
}
actions={[, , ]}
>
}
title="Card title"
description="This is the description"
/>
,
mountNode,
);
```