ant-design/components/progress/demo/dashboard.md
2017-07-07 14:18:57 +08:00

370 B

order title
8
zh-CN en-US
仪表盘 Dashboard

zh-CN

通过设置 type=dashboard,可以很方便地实现仪表盘样式的进度条。

en-US

By setting type=dashboard, you can get a dashboard style of progress easily.

import { Progress } from 'antd';

ReactDOM.render(<Progress type="dashboard" percent={75} />, mountNode);