Skip to content

Commit

Permalink
Update components/progress/index.en-US.md
Browse files Browse the repository at this point in the history
Signed-off-by: lijianan <[email protected]>
  • Loading branch information
li-jia-nan authored Mar 20, 2024
1 parent cfd0f8e commit 4bd7cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/progress/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Properties that shared by all types.

| Property | Description | Type | Default | Version |
| --- | --- | --- | --- | --- |
| steps | The total step count.When passing an object, `count` refers to the number of steps, and `space` refers to the distance between them.When passing number, the default value for `space` is 2. | number \| { count: number, space: number } | - | 5.15.4 |
| steps | The total step count.When passing an object, `count` refers to the number of steps, and `space` refers to the distance between them.When passing number, the default value for `space` is 2. | number \| { count: number, space: number } | - | 5.16.0 |
| strokeColor | The color of circular progress, render gradient when passing an object | string \| { number%: string } | - | - |
| strokeWidth | To set the width of the circular progress, unit: percentage of the canvas width | number | 6 | - |

Expand Down

0 comments on commit 4bd7cc5

Please sign in to comment.