Contextual
Striped
Multiple bars
Animated
Sizing
10%
25%
Radius

Documentation


This is default bootstrap component please check bootstrap link for complete documentation.

Component Docs

Code Example


<div class="progress mb-3">   <div class="progress-bar progress-bar-striped"      role="progressbar"      style="width: 10%"      aria-valuenow="10"      aria-valuemin="0"      aria-valuemax="100"></div></div>