Browse Source

update progress demo

pull/5602/head
afc163 8 years ago
parent
commit
21763c5da9
  1. 10
      components/progress/demo/dashboard.md

10
components/progress/demo/dashboard.md

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

Loading…
Cancel
Save