From e8b6ff4e5670403e8915574c2cdeebcbd906fac1 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 26 Aug 2019 10:38:07 +0200 Subject: [PATCH] docs updates - added part for fixed navbar/footer incl. the responsive classes - added anchor info for fixed navbar - added .dropdown-menu-lg/-xl info in main-header docs - added custom plugin colors in layout colors part - custom-range - custom-switch - bootstrap slider - icheck-bootstrap --- docs/components/main-header.md | 293 +++++++++++++++++++++++++++++++++ docs/layout.md | 34 +++- 2 files changed, 325 insertions(+), 2 deletions(-) diff --git a/docs/components/main-header.md b/docs/components/main-header.md index 0ba60d7d..79665009 100644 --- a/docs/components/main-header.md +++ b/docs/components/main-header.md @@ -15,6 +15,137 @@ title: Main Header Component The main header contains the navbar. Construction of the navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide. The navbar can be constructed in two ways. This is an example for the normal navbar and next we will provide an example for the top nav layout with a logo too. + + ```html