Step-wizard

The step-wizard organism is used to display a progress-bar and the content of a step.

Default

Step-wizard content goes here

    
      

  
  <section class="o-step-wizard ">
    
      
  <div class="a-progress o-step-wizard__progress">
    <div class="a-progress__bar" style="width:10%"></div>
  </div>

    
      <div class="o-step-wizard__container">
         Step-wizard content goes here
      </div>
  </section>