2016-07-21 09:51:04 +08:00
---
category: Components
type: Other
title: Spin
---
A Spin is used for displaying loading state of a page or a block.
2016-09-10 13:43:30 +08:00
## When To Use
2016-07-21 09:51:04 +08:00
2016-09-01 18:12:12 +08:00
When partial of 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
| Property | Type | Default | Description |
|------------|----------------|-------------|--------------|
2016-09-01 18:12:12 +08:00
| size | enum | default | Size of dot in spin component, available in `small` , `default` and `large` . |
2016-07-21 09:51:04 +08:00
| spinning | boolean | true | Use in embedded mode, to modify loading state. |
2016-09-01 18:12:12 +08:00
| tip | string | None | Customize description content |