Usage

Steps Navbars are very similar to breadcrubms in that they provide a visual indication of where a user is in a particular sequential process. They not only inform users where they currently are in the process, but also, how far many steps they have remaining until completion.

Steps Navbar | Basic Sass file: /sass/_acs-navs.scss


          <ul class="nav-steps">
          <li class="current">Create Account</li>
          <li><a href="#">Education &amp; Employment</a></li>
          <li><a href="#">Checkout</a></li>
          <li><a href="#">Confirmation</a></li>
          </ul>