diff --git a/docs/components/main-header.md b/docs/components/main-header.md index 0ba60d7daf70ed01f14a13bc2b4c27acecde041c..79665009afe67b97b4d2264eef92fcbabdf713ce 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