Progress Bars

It has the following design:

Horizontal Progress Bar

<div class="progress">
    <div class="progress-bar" style="width: 70%;">Content</div>
</div>

parameters:

1) Background color - sets the color of the background. Can take values - progress-info, progress-success, progress-warning, progress-danger.

2) striped - uses a gradient to create a striped effect.

3) animated striped - add.activeto.progress-stripedto animate the stripes right to left.

4) animated - sets the animation by adding the attributedata-appear-progress-animation.

Last updated

Was this helpful?