ant-design/components/spin/index.en-US.md

22 lines
789 B
Markdown
Raw Normal View History

---
category: Components
type: Feedback
title: Spin
---
2017-01-07 22:07:09 +08:00
A spinner for displaying loading state of a page or a section.
2016-09-10 13:43:30 +08:00
## When To Use
2016-11-29 17:13:24 +08:00
When part of the page is waiting for asynchronous data or during a rendering process, an appropriate loading animation can effectively alleviate users' inquietude.
## API
2017-03-18 14:30:51 +08:00
Property | Description | Type | Default Value
---------|-------------|------|--------------
size | size of Spin, options: `small`, `default` and `large` | string | `default`
2017-03-18 14:30:51 +08:00
spinning | whether Spin is spinning | boolean | true
tip | customize description content when Spin has children | string | -
delay | specifies a delay in milliseconds for loading state (prevent flush) | number (milliseconds) | -
2017-03-21 17:12:43 +08:00
wrapperClassName | className of wrapper when Spin has children | string | -