Skip to content

Commit

Permalink
chore: desc useProgress features
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Jan 14, 2024
1 parent 3862004 commit ec8bb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/useProgress/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# useProgress

进度管理工具
支持2. 计算百分比 0...100 3. 提供update方法更新进度4. 提供step能力,可以动态管理进度,但最终的finish需要明确告知5. 提供finish方法,允许开发者告知是否完成6. 提供状态isProgress开发者可以根据这个值判断boolean 7. 提供进度条描述文案 [{ value: 10, text: '111'}, { value: 20, text: '222' }] 8. 提供onChange option,当进度变化时,会将进度返回,开发者可以通过这个callback做其他额外处理

0 comments on commit ec8bb9b

Please sign in to comment.