🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Snazzy Nav is a responsive, mobile-friendly navigation that turns the regular navigation into a toggleable slide down menu on mobile view.

responsive-menu

Documentation

Snazzy-Nav

Snazzy-Nav is a simple, responsive navigation bar that is written in SASS and uses jquery.

Live demo


The SASS source is included for changing colors of the navbar. The default colors are #2196F3 for the background and white for the text-color.

Installation

Run bower install snazzy-nav

Jquery is packaged with this version.

Documentation

Make sure the snazzy-nav.css file is included, along with the jquery and nav-toggle scripts.

Make sure the ul tag has an id of nav

The layout should be <nav> <div class="navbar-handle-container"> <div class="navbar-handle"></div> </div> <ul id="nav"> <li> ... </li> </ul> </nav>


You May Also Like