This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<script>
importLinefrom'./line.md'
importCirclefrom'./circle.md'
importLineMinifrom'./line-mini.md'
importCircleMinifrom'./circle-mini.md'
importCircleDynamicfrom'./circle-dynamic.md'
importFormatfrom'./format.md'
importDynamicfrom'./dynamic.md'
importDashboardfrom'./dashboard.md'
importSegmentfrom'./segment.md'
importCNfrom'../index.zh-CN.md'
importUSfrom'../index.en-US.md'
constmd={
cn:`# 进度条
展示操作的当前进度。
## 何时使用
在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。
- 当一个操作会打断当前界面,或者需要在后台运行,且耗时可能超过2秒时;
- 当需要显示一个操作完成的百分比时。
## 代码演示`,
us:`# Progress
If it will take a long time to complete an operation, you can use 'Progress' to show the current progress and status.
- When an operation will interrupt the current interface, or it needs to run in the background for more than 2 seconds.
- When you need to display the completion percentage of an operation.