Add labels to your progress bars by either enabling
show-progress (percentage of max) or
show-value for the current absolute value. You may
also set the precision (number of digits after the decimal) via
the precision prop (default is 0digits after the
decimal).
Need more control over the label? Provide your own label by using
the default slot within a
<b-progress-bar> sub-component, or by using the label or
label-html property on <b-progress-bar>: