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

230 B

order title
0
zh-CN en-US
基本用法 basic Usage

zh-CN

一个简单的 loading 状态。

en-US

A simple loading status.

import { Spin } from 'antd';

ReactDOM.render(<Spin />, mountNode);