# Spinner 加载状态

![spinner.gif](https://upload-images.jianshu.io/upload_images/9915084-6578fa59b6fc7ba3.gif?imageMogr2/auto-orient/strip)

## prop 

|  prop   |  类型  |  默认值  | 描述 |
|  ----  | ----  |----  | ----  |
| className  | string |  | 自定义 Css 类 |
| type  | string | circular | 类型，可选: circular, spinner |
| style  | string |  | 自定义式样 |
| color  | string |  | 自定义颜色 |
| text-color  | string |  | 自定义文本颜色 |
| loading-class  | string |  | loding 图案自定义 css |
| text-class  | string |  | 自定义文本式样 |
| size  | string |  | 大小, rpx单位 |
| vertical  | bool | false | 开启垂直模式 |

## slot

|  name   | 描述 |
|  ----  | ----  |
| default  | 默认插槽 |

