WeChat applet content component progress bar: progress
WeChat applet content component Progress bar: progress
Progress bar
Attribute name | Type | Default value | Description |
---|---|---|---|
percent | Float | None | Percent 0~100 |
showInfo | Boolean | false | Display the percentage to the right of the progress bar |
strokeWidth | Number | 6 | The width of the progress bar line, unit px |
Color | #09BB07 | Progress bar color | |
active | Boolean | false | Animation 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 />