diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 344d5be300..f155d2dd4a 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 0000000000..3046f9b9ba --- /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 0000000000..c25c2f89cf Binary files /dev/null and b/docs/4.0/examples/screenshots/navbar-bottom.jpg differ