From 101129763c0fcd29ae194874c6710339dede5d4a Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 22 Aug 2017 23:16:24 +0300 Subject: Add a navbar-bottom example with a dropup inside. --- docs/4.0/examples/index.md | 7 +++ docs/4.0/examples/navbar-bottom/index.html | 60 ++++++++++++++++++++++++ docs/4.0/examples/screenshots/navbar-bottom.jpg | Bin 0 -> 27921 bytes 3 files changed, 67 insertions(+) create mode 100644 docs/4.0/examples/navbar-bottom/index.html create mode 100644 docs/4.0/examples/screenshots/navbar-bottom.jpg (limited to 'docs') diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 344d5be30..f155d2dd4 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -72,6 +72,13 @@ Taking the default navbar component and showing how it can be moved, placed, and

Super basic template with a fixed top navbar along with some additional content.

+
+ + +

Bottom navbar

+
+

Super basic template with a bottom navbar along with some additional content.

+
## Custom components diff --git a/docs/4.0/examples/navbar-bottom/index.html b/docs/4.0/examples/navbar-bottom/index.html new file mode 100644 index 000000000..3046f9b9b --- /dev/null +++ b/docs/4.0/examples/navbar-bottom/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + Bottom navbar example for Bootstrap + + + + + + +
+
+

Bottom Navbar example

+

This example is a quick exercise to illustrate how the bottom navbar works.

+ View navbar docs » +
+
+ + + + + + + + + + diff --git a/docs/4.0/examples/screenshots/navbar-bottom.jpg b/docs/4.0/examples/screenshots/navbar-bottom.jpg new file mode 100644 index 000000000..c25c2f89c Binary files /dev/null and b/docs/4.0/examples/screenshots/navbar-bottom.jpg differ -- cgit v1.2.3