> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Progress 进度条

> Progress 进度条组件参考，包含使用场景、属性配置与示例，用于展示耗时操作的当前进度与状态反馈。

## 何时使用

在操作需要较长时间才能完成时，为用户显示该操作的当前进度和状态。

* 操作在后台运行，需要耗费一定的客户端等待时间。
* 操作需要展示一个完成进度的百分比。

## 组件示例

<iframe src="https://www.aliwork.com/developer/progress-v2?isRenderNav=false" width="100%" height="480" frameBorder="0" />

## 组件属性

| 属性            | 说明         | 类型                                 | 默认值        |
| ------------- | ---------- | ---------------------------------- | ---------- |
| `hasBorder`   | 是否显示边框     | `boolean`                          | `false`    |
| `percent`     | 设置百分比      | `number`                           | `0`        |
| `progressive` | 设置色彩阶段变化模式 | `boolean`                          | `false`    |
| `shape`       | 进度条形态      | `'circle' \| 'line'`               | `'line'`   |
| `size`        | 尺寸         | `'small' \| 'medium' \| 'large'`   | `'medium'` |
| `state`       | 当前状态       | `'normal' \| 'success' \| 'error'` | `'normal'` |
