mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 13:38:56 +08:00
25 lines
227 B
Markdown
25 lines
227 B
Markdown
|
---
|
||
|
title: Spinner 加载中
|
||
|
description:
|
||
|
type: 0
|
||
|
group: ⚙ 组件
|
||
|
menuName: Spinner
|
||
|
icon:
|
||
|
order: 64
|
||
|
---
|
||
|
|
||
|
## 基本使用
|
||
|
|
||
|
```schema:height="200"
|
||
|
{
|
||
|
"type": "page",
|
||
|
"body": {
|
||
|
"type": "spinner"
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|