01 · Loading
资源同步中...
76%
预计剩余 3 秒
LoadingProgressBar.tsx
React / Vue
import { ProgressBar } from '@ui/state-kit';
<ProgressBar
value={progress}
striped
animated
showInfo={true}
onCancel={() => abortController.abort()}
/>