ant-design/components/progress/index.md

28 lines
789 B
Markdown
Raw Normal View History

2015-05-27 15:43:29 +08:00
# Progress
2015-06-02 12:11:49 +08:00
- category: Components
2015-05-27 15:43:29 +08:00
- chinese: 进度条
2015-06-12 17:49:30 +08:00
- order: 0
2015-05-27 15:43:29 +08:00
---
2015-06-15 14:43:27 +08:00
展示操作的当前进度。
2015-05-27 15:43:29 +08:00
2015-06-15 14:43:27 +08:00
## 何时使用
2015-05-27 15:43:29 +08:00
2015-06-15 14:43:27 +08:00
- 需要告知用户进行时、失败、已完成的等运行状态。
- 需要展示操作的百分比时。
2015-05-27 15:43:29 +08:00
2015-06-14 12:55:44 +08:00
## 属性参数
| 参数 | 说明 | 类型 | 默认值 |
|----------|----------------|----------|--------------|
2015-06-15 11:48:30 +08:00
| percent | 百分比 | number | 0 |
2015-06-14 12:55:44 +08:00
| status | 状态有两个值normal、exception | string | normal |
| strokeWidth | 进度条线宽度,单位是进度条画布宽度的百分比 | number | 1 |
2015-06-14 19:50:23 +08:00
| width | 必填进度条画布宽度单位px。这里没有提供height属性设置Line型高度就是strokeWidthCircle型高度等于width | number | null |
2015-05-27 15:43:29 +08:00