From d9bb7ddac5c2be077f9d1f250325bb07b4e963ce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jul 2014 22:34:47 -0700 Subject: rearrange docs components --- docs/_includes/components/navs.html | 235 ------------------------------------ 1 file changed, 235 deletions(-) delete mode 100644 docs/_includes/components/navs.html (limited to 'docs/_includes/components/navs.html') diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html deleted file mode 100644 index f474a0998..000000000 --- a/docs/_includes/components/navs.html +++ /dev/null @@ -1,235 +0,0 @@ -
-

Navs

- -

Navigation available in Bootstrap share general markup and styles, from the base .nav class to the active and disabled states. Swap modifier classes to switch between each style.

- - -

Roll your own navigation style by extending the base .nav component. All Bootstrap's nav components are built on top of this. Includes styles for the disabled state, but not the active state.

- -{% example html %} - -{% endexample %} - -

Classes are used so your markup can be super flexible.

- -{% highlight html %} - -{% endhighlight %} - - - -

Takes the basic nav from above and adds the .nav-tabs class to generate a tabbed interface.

-
- -
-{% highlight html %} - -{% endhighlight %} -
-

Requires JavaScript tabs plugin

-

For tabs with tabbable areas, you must use the tabs JavaScript plugin.

-
- - -

Take that same HTML, but use .nav-pills instead:

-
- -
-{% highlight html %} - -{% endhighlight %} - - -

Just add .nav-stacked.

-
- -
-{% highlight html %} - -{% endhighlight %} - - - -

Add dropdown menus with a little extra HTML and the dropdowns JavaScript plugin.

- -

Tabs with dropdowns

- -{% highlight html %} - -{% endhighlight %} - -

Pills with dropdowns

- -{% highlight html %} - -{% endhighlight %} -
-- cgit v1.2.3