mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
update progress demo
This commit is contained in:
@@ -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);
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user