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 22, 2024
1 parent ebb7bef commit 3c5721a
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 `gap` refers to the distance between them.When passing number, the default value for `gap` is 2. | number \| { count?: number, gap?: number } | - | 5.16.0 |
| steps | The total step count.When passing an object, `count` refers to the number of steps, and `gap` refers to the distance between them.When passing number, the default value for `gap` is 2. | number \| { count: number, gap: 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 3c5721a

Please sign in to comment.