跳转至: 导航, 搜索

BootStrap Pill Nav

Using Pill Nav

Pill Nav comes with six colour variations, default, light, lighter, dark, darker and neutral. In our example code below we've used the default colour, to use another colour change nav-tabs-lighter to navbar-light or your prefered variant e.g. nav-tabs-neutral.

    <div class="col-sm-12">
      <ul class="nav nav-pills nav-tabs-lighter">
        <li class="active">[[Home]]</li>
        <li>[[Another Title]]</li>
        <li>[[Another Title]]</li>
        <li>[[Another Title]]</li>
        <li>[[Another Title]]</li>
        <li>[[Another Title]]</li>
      </ul>
    </div>