mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 15:19:58 +08:00
195 B
195 B
简洁卡片
- order: 1
只包含内容区域。
import { Card } from 'antd';
ReactDOM.render(
<Card style={{ width: 300 }}>
卡片的内容
</Card>
, mountNode);