mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-21 18:56:03 +08:00

* Upgrade `rc-progress` to `2.1.0`. Support dashboard. Progress dashboard type (half circle)[#5225] * restore removed code, it is for compatibility * format code
253 B
253 B
order | title | ||||
---|---|---|---|---|---|
8 |
|
zh-CN
仪表盘。
en-US
A dashboard.
import { Progress } from 'antd';
ReactDOM.render(
<div>
<Progress type="dashboard" percent={75} />
</div>
, mountNode);