mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 04:00:13 +08:00
154 B
154 B
order | title |
---|---|
0 | 基本用法 |
一个简单的 loading 状态。
import { Spin } from 'antd';
ReactDOM.render(<Spin />, mountNode);