mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
231 B
231 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
一个简单的 loading 状态。
en-US
A simple loading status.
import { Spin } from 'antd';
ReactDOM.render(<Spin />, mountNode);