Slider
Move the slider around and observe changes in the widget.
0
<AvrisProgressBar :value="v"/>
Static preview
<AvrisProgressBar v-for="i in 26" :value="(i - 1) * 40"/>
Custom colours:
<AvrisProgressBar v-for="i in 26" :value="(i - 1) * 40"
:colours="['#000000', '#ff0000', '#ce80ea', '#00ff00', '#ffffff']"
style="--apb-border-width: 1px;"/>