Skip to content
On this page

progress

进度条组件

Props

参数类型默认值必填说明
percentagenumber | string0进度百分比
stroke-widthnumber | string4pxicon的大小,单位默认为px
colorcolor
#1989fa
进度条颜色
track-colorstring
#e5e5e5
轨道颜色
pivot-textstring进度文字内容
pivot-colorstring同进度条颜色
text-colorstringwhite进度文字颜色
show-pivotbooleantrue是否显示进度文字

Example

vue
<progress :percentage="30" />