This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
c33965d6e6
ant-design-vue
/
components
/
progress
/
demo
/
dashboard.md
259 B
Raw
Blame
History
#### 仪表盘 By setting `type=dashboard`, you can get a dashboard style of progress easily. #### Dashboard A standard progress bar.
<template>
<div>
<a-progress type="dashboard" :percent="75" />
</div>
</template>