mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-13 23:07:49 +10:00
378 B
378 B
order, title
| order | title | ||||
|---|---|---|---|---|---|
| 5 |
|
zh-CN
数据读入前会有文本块样式。
en-US
Shows a loading indicator while the contents of the card is being fetched.
import { Card } from 'antd';
ReactDOM.render(
<Card loading title="Card title" style={{ width: '34%' }}>
Whatever content
</Card>
, mountNode);