-
Shortcut
-
bsprogress
-
Description
-
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.
-
Language
-
HTML
-
Author
-
Dylan Hayes
-
Upload on
-
24-2-2014 16:03:02
-
Downloads
-
2281
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
</div>
</div>