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

22 lines
737 B
Markdown
Raw Normal View History

---
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-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.
## 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`. |
| 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 |