+ To get started quickly, here is what a complete basic navbar looks like: +
+diff --git a/docs/documentation/components/navbar.html b/docs/documentation/components/navbar.html index 84a9e176..b4cb86d9 100644 --- a/docs/documentation/components/navbar.html +++ b/docs/documentation/components/navbar.html @@ -14,6 +14,69 @@ meta: variables: true --- +{% capture navbar_basic_example %} + +{% endcapture %} + {% capture navbar_example %} {% include examples/navbar.html id="Default" %} {% endcapture %} @@ -594,6 +657,20 @@ $(document).ready(function() { +{% include elements/anchor.html name="Basic Navbar" %} + +
+ To get started quickly, here is what a complete basic navbar looks like: +
+