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

21 lines
266 B
Markdown

---
order: 8
title:
zh-CN: 仪表盘
en-US: Dashboard
---
## zh-CN
仪表盘样式的进度条。
## en-US
A dashboard style of progress.
````jsx
import { Progress } from 'antd';
ReactDOM.render(<Progress type="dashboard" percent={75} />, mountNode);
````