This is our loading animation. Use .spinner
with a span
or div
.
<span class="spinner"></span>
The percentage of progress is specified with a width
inline style on .progress-bar
(there is 75% progress in the example below).
<div class="progress">
<div class="progress-bar progress-bar--striped progress-bar--animated" style="width: 75%"></div>
</div>