# Progress
# Example:
0%
0%
显示代码
# Attribute
| Parameter | Description | Type | Optional Value | Default Value |
|---|---|---|---|---|
| type | type | String | line,circle | line |
| percent | percent 0~100 | Number | 0,1... | 10 |
| stroke-width | line width | Number | - | 3 |
| radius | circle radius,when type is circle | Number | - | 64 |
| border-radius | border-radius | Number | - | 0 |
| active-color | active color | String | - | '#09BB07' |
| background-color | init color | String | - | '#EBEBEB' |
| show-info | show-info | Boolean | true,false | false |
| animate | animate | Boolean | true,false | false |