WeChat applet content component progress bar: progress


WeChat applet content component Progress bar: progress

Progress bar

##colorColor#09BB07Progress bar color
Attribute nameTypeDefault valueDescription
percentFloatNonePercent 0~100
showInfoBooleanfalseDisplay the percentage to the right of the progress bar
strokeWidth Number6The width of the progress bar line, unit px
activeBooleanfalseAnimation of progress bar from left to right

Example:

<progress percent="20" show-info />
<progress percent="40" stroke-width="12" />
<progress percent="60" color="pink" />
<progress percent="80" active />