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
---------|-------------|------|--------------
size | size of spin, available in `small` , `default` and `large` | string | 'default'
spinning | whether Spin is spinning | boolean | true
tip | customize description content when spin has children | string | -
delay | specifies a delay millisecond for loading state (prevent flush) | number (millisecond) | -
2017-03-21 17:12:43 +08:00
wrapperClassName | className of wrapper when Spin has children | string | -