跳转至: 导航, 搜索

BootStrap Pill Nav

Admin讨论 | 贡献2016年12月7日 (三) 10:55的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

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>