Fork me on GitHub

This project adds a .nav-wizard CSS class to complement Bootstrap's OOTB .nav-tabs and .nav-pills classes. It follows the same API as those two classes: you need only set the .active class on the active step, and preceding steps will be styled as complete, while future steps will be styled as not yet completed.

Wizard


Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.

Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.

  <ul class='nav nav-wizard'>
  
  <li><a href='#step1' data-toggle="tab">Step 1 - Completed</a></li>
  <li class='active'><a href='#step2' data-toggle="tab">Step 2 - Active</a></li>
  <li><a>Step 3 - Not Yet Reached</a></li>
</ul>
Note: nav-wizard will properly style steps when wrapping, but only supports up to five rows of steps.

Download

The latest CSS code can be found here:

https://github.com/LeadDyno/bootstrap-nav-wizard/blob/master/dist/bootstrap-nav-wizard.css

The latest LESS code can be found here:

https://github.com/LeadDyno/bootstrap-nav-wizard/blob/master/src/bootstrap-nav-wizard.less

Project Info

Homepage: https://github.com/LeadDyno/bootstrap-nav-wizard

Project Goals

Known Issues