# Skeleton 骨架
----
### 基础用法
使用```type```、```width```、```height```和```animate```属性来定义 Skeleton 的样式。
``` html
<xm-skeleton type="circle"></xm-skeleton>
<xm-skeleton animate="loading"></xm-skeleton>
```

### 属性
| 参数      | 说明    | 类型      | 可选值       | 默认值   |
|---------- |-------- |---------- |-------------  |-------- |
| type     | 设置类型   | String  |  circle，bar | bar   |
| width     | 设置宽度   | String  |  — | —   |
| height     | 设置高度   | String  | — | —   |
| animate    | 设置动画样式   | String  | opacity，loading |  opacity   |
