is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .progress-bar-striped

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

Preview

Tips 💡

Sass source

/* _progress.scss:27 */
.progress-bar-striped {
  @include gradient-striped();
  background-size: $progress-height $progress-height;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _progress.scss:27 */
$progress-height
$progress-height

More in Bootstrap Progress