progress

Progress bar

Attribute NameTypeDefaultDescriptionMinimum Version
percentFloatPercentage (0~100)
show-infoBooleanfalseshow percentage value at right side
stroke-widthNumber6line weight, in px
active-colorColor#09BB07selected progress bar color
background-colorColorunselected progress bar color
activeBooleanfalseloading animation from left to right or not

Screenshot

progress

Sample Code

copy
<progress percent="20" show-info/>
<progress percent="40" active/>
<progress percent="60" stroke-width="10"/>
<progress percent="80" active/>
<progress percent="80" color="#10AEFF"/>