You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design/components/spin/index.md

20 lines
590 B
Markdown

# Spin
- category: Components
- chinese: 加载动画
- type: 展示
---
用于页面和区块的loading状态。
## 何时使用
页面局部处于等待数据渲染时。
## API
| 参数 | 类型 | 默认值 |说明 |
|-----------|----------------|-------------|--------------|
| size | enum | default | spin组件中点的大小可选值为small default large
| loading | boolean | false | 当组件嵌套使用时可以通过设置loading属性调出spin的loading状态, 单独使用组件无需设置