progress

Progress bar.

Property

TypeDefaultDescription
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

image

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"/>