Basic Overview:
Responsive, collapsing navbar, with a mobile expanding menu as well. It also supports dropdown menus.
The SCSS includes a mixin that allows you to customize the colors and mobile menu label.
To use:
- Create a ul->li list of links.
- Apply the .navigation and a custom class to the top most ul
- Use the Mixin to define settings for your custom class
Dependencies
- Must define a mobile width stop point (because of mobile menu) originally defined in my page_structure.scss
- Depends on navigation.scss: the whole concept is dependent on a right aligned navigation
- For left aligned, you must switch to a : comparison technique
- I assume this takes more processing time, so I opted for position
- Must define customization options for each menu, using mixin provided in the navigation.scss