# Progress 进度条
用于展示操作进度，告知用户当前状态和预期。
## 基础用法
:::demo 使用`f-icon`嵌入图标
````html
<efly-progress color="#67c23a" width="380px" percentage="80"></efly-progress>
````
:::

## 参数说明
| 参数      | 说明    | 类型      | 可选值       | 默认值   |
|---------- |-------- |---------- |-------------  |-------- |
| color     | 颜色     | String  |     —        |    —     |
| width     | 宽度     | String  |     —        |    380px     |
| percentage  | 百分比   | Number  |    0~100   |    0    |
