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