ant-design/components/spin/demo/basic.md
afc163 9ecb3725a1 🐛 Fix spin[delay] never render
also simplify the code of spin, a lot

close #14100
2019-01-10 21:55:12 +08:00

21 lines
230 B
Markdown

---
order: 0
title:
zh-CN: 基本用法
en-US: basic Usage
---
## zh-CN
一个简单的 loading 状态。
## en-US
A simple loading status.
````jsx
import { Spin } from 'antd';
ReactDOM.render(<Spin />, mountNode);
````