We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd9023 commit d145a98Copy full SHA for d145a98
1 file changed
README.zh-CN.md
@@ -15,7 +15,6 @@
15
16
<p align="center"><a href="./README.md">English</a> | 简体中文</p>
17
18
-
19
## 特性
20
21
- `Line` 和 `Circle` 使用 SVG 渲染的进度组件。
@@ -72,7 +71,7 @@ npm start
72
71
| --- | --- | --- | --- |
73
| `className` | string | - | 根节点的附加 className。 |
74
| `classNames` | Partial<Record<'root' \| 'rail' \| 'track', string>> | - | 内部插槽的语义化 className。 |
75
-| `gapDegree` | number | - | 循环进度的差距度。 |
+| `gapDegree` | number | - | 环形进度缺口角度。 |
76
| `gapPosition` | `'top'` \| `'right'` \| `'bottom'` \| `'left'` | `'bottom'` | 循环进度的间隙位置。 |
77
| `id` | string | - | 根元素 ID。 |
78
| `loading` | boolean | false | 渲染不确定的加载动画。 |
0 commit comments