loading.md 442 字节
Newer Older
M
init  
miaodian 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
## Loading

`Loading` provides loading animation which can has custom size.

### Example

- The size of icon

Default is `24px` and can be configured by setting `size`.

```html
<cube-loading></cube-loading>
<cube-loading :size="28"></cube-loading>
<cube-loading :size="34"></cube-loading>
```

### Props configuration

| Attribute | Description | Type | Default |
| - | - | - | - |
| size | the size of loading icon, unit px | Number | 24 |