You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

253 B

order title
8 [{zh-CN 仪表盘} {en-US Dashboard}]

zh-CN

仪表盘。

en-US

A dashboard.

import { Progress } from 'antd';

ReactDOM.render(
  <div>
    <Progress type="dashboard" percent={75} />
  </div>
, mountNode);