ant-design/components/card/index.en-US.md

26 lines
628 B
Markdown
Raw Normal View History

---
category: Components
type: Presentation
title: Card
2016-06-17 15:39:05 +08:00
cols: 1
---
Common card container.
## When to use
The most basic card container. You can use it to contain text, lists, pictures and paragraphs.
## API
```html
<Card title="Card title">Card content</Card>
```
| Property | Description | Type | Default |
|----------|----------------|----------|--------------|
| title | Card title | React.Element | - |
| extra | Corner content of card | React.Element | - |
| bordered | Whether a border is set | Boolean | true |
| bodyStyle | Custom style for content area | Object | - |