mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 21:59:41 +08:00
21 lines
815 B
Markdown
21 lines
815 B
Markdown
---
|
|
category: Components
|
|
type: Feedback
|
|
title: Spin
|
|
---
|
|
|
|
A spinner for displaying loading state of a page or a section.
|
|
|
|
## When To Use
|
|
|
|
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
|
|
|
|
| Property | Type | Default | Description |
|
|
|------------|----------------|-------------|--------------|
|
|
| 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. |
|
|
| tip | string | None | Customize description content |
|
|
| delay | number (milliseconds) | None | Specifies a delay for loading state |
|