2016-07-21 09:51:04 +08:00
---
category: Components
2016-11-09 14:43:32 +08:00
type: Feedback
2016-07-21 09:51:04 +08:00
title: Spin
---
2017-01-07 22:07:09 +08:00
A spinner for displaying loading state of a page or a section.
2016-07-21 09:51:04 +08:00
2016-09-10 13:43:30 +08:00
## When To Use
2016-07-21 09:51:04 +08:00
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.
2016-07-21 09:51:04 +08:00
## API
2017-03-18 14:30:51 +08:00
Property | Description | Type | Default Value
---------|-------------|------|--------------
2017-09-10 21:49:37 +08:00
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
2017-09-10 21:49:37 +08:00
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 | -