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