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