mini-progress.md 204 Bytes
Newer Older
nikogu's avatar
nikogu committed
1 2 3 4 5 6 7 8 9
---
order: 3
title: 迷你进度条
---

````jsx
import { MiniProgress } from 'ant-design-pro/lib/Charts';

ReactDOM.render(
nikogu's avatar
nikogu committed
10
  <MiniProgress percent={78} strokeWidth={8} target={80} />
nikogu's avatar
nikogu committed
11 12
, mountNode);
````