<p>Nav lists provide a simple and easy way to build groups of nav links with optional headers. They're best used in sidebars like the Finder in OS X.</p>
<p>Structurally, they're built on the same core nav styles as tabs and pills, so usage and customization are straightforward.</p>
<h4>With icons</h4>
<p>Nav lists are also easy to equip with icons. Add the proper <code><i></code> tag with class and you're set.</p>
</div>
<divclass="span4">
<h3>Example sidebar navigation</h3>
<h3>Example nav list</h3>
<p>Take a list of links and add <code>class="nav list"</code>:</p>
<divclass="well"style="padding: 8px 0;">
<ulclass="nav list">
<liclass="nav-header">List header</li>
...
...
@@ -237,9 +240,6 @@
<li><ahref="#">Help</a></li>
</ul>
</div><!-- /well -->
</div>
<divclass="span4">
<h3>Simple markup</h3>
<preclass="prettyprint linenums">
<ul class="nav list">
<li class="nav-header">
...
...
@@ -253,6 +253,34 @@
</li>
...
</ul>
</pre>
</div>
<divclass="span4">
<h3>Example with icons</h3>
<p>Same example, but with <code><i></code> tags for icons.</p>
<p>Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles:</p>
<ul>
<li>top (default)</li>
<li>right</li>
<li>bottom</li>
<li>left</li>
</ul>
<p>Bring your tabs to life with a simple plugin to toggle between content via tabs. Bootstrap integrates tabbable tabs in four styles: top (default), right, bottom, and left.</p>
<p>Changing between them is easy and only requires changing very little markup.</p>
<hr>
<h3>Custom jQuery plugin</h3>
<p>All tabbable tabs are powered by our lightweight jQuery plugin. Read more about how to bring tabbable tabs to life on the javascript docs page.</p>
<p><aclass="btn"href="./javascript.html/#tabs">Get the javascript →</a></p>
</div>
<divclass="span8">
<divclass="span4">
<h3>Tabbable example</h3>
<p>To make tabs tabbable, wrap the <code>.tabs</code> in another div with class <code>.tabbable</code>.</p>