Sword/src/components/Charts/demo/mini-progress.md

204 B

order title
3 迷你进度条
import { MiniProgress } from 'ant-design-pro/lib/Charts';

ReactDOM.render(
  <MiniProgress percent={78} strokeWidth={8} target={80} />
, mountNode);