Progress bar

Instructions

This can be dropped in and the value is dynamically set with the prop amount

amount: an integer between 0 and 100 to make the bar progress

The code below is done with this (where $amount=75):

<x-bl.progress :amount=$amount />