Documentation - Spin Component

This commit is contained in:
Aaron Cawte 2019-04-19 15:38:41 +01:00
parent 5b33d94573
commit b431be3c2f
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ title:
## en-US
Embedding content into `Spin` will alter it into loading state.
Embedding content into `Spin` will set it into loading state.
````jsx
import { Spin, Switch, Alert } from 'antd';

View File

@ -1,6 +1,6 @@
---
order: 1
title:
title:
zh-CN: 各种大小
en-US: Size
---
@ -11,7 +11,7 @@ title:
## en-US
A small `Spin` use in loading text, default `Spin` use in loading card-level block, and large `Spin` use in loading **page**.
A small `Spin` is used for loading text, default sized `Spin` for loading a card-level block, and large `Spin` used for loading a **page**.
````jsx
import { Spin } from 'antd';