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.
ant-design-vue/components/progress/demo/dashboard.md

18 lines
260 B

<cn>
#### 仪表盘
By setting `type=dashboard`, you can get a dashboard style of progress easily.
</cn>
<us>
#### Dashboard
A standard progress bar.
</us>
```html
<template>
<div>
<a-progress type="dashboard" :percent="75" />
</div>
</template>
```