Default
<div class="m-progress-bar js-progress-bar ">
<div class="m-progress-bar__wrapper">
<button class="m-progress-bar__arrow m-progress-bar__arrow--left"></button>
<div class="m-progress-bar__items">
<a href="#" class="m-progress-bar__item is-completed m-progress-bar__item--first ">
<span class="m-progress-bar__number">1</span>
</a>
<a href="#" class="m-progress-bar__item is-completed ">
<span class="m-progress-bar__number">2</span>
</a>
<a href="#" class="m-progress-bar__item is-active ">
<span class="m-progress-bar__number">3</span>
</a>
<a href="#" class="m-progress-bar__item ">
<span class="m-progress-bar__number">4</span>
</a>
<a href="#" class="m-progress-bar__item m-progress-bar__item--last">
<span class="m-progress-bar__number">5</span>
</a>
</div>
<button class="m-progress-bar__arrow m-progress-bar__arrow--right"></button>
</div>
<p class="m-progress-bar__text">Currently at step
<strong class="m-progress-bar__current">3/5</strong>
</p>
</div>