ant-design/components/progress/demo/dashboard.md
2017-04-01 11:30:44 +08:00

266 B

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

zh-CN

仪表盘样式的进度条。

en-US

A dashboard style of progress.

import { Progress } from 'antd';

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