8 Ways to Add a Responsive Navigation Menu on Your Site

There are plenty of techniques for implementingresponsive navigation menuson your site. One of your options: Build your menu from scratch. There aremany tutorialson the Web for that if you need to learn how.

But some of us may just be interested in getting the task done as quickly and as painlessly as possible. In this case, you could use open source code. In this post, I’ll discuss a few excellentopen source projectsfor buildingresponsive navigation menus.There are many options out there, so for convenience, I narrowed it down to just 8. At the end of the post, you’ll find asummary tablethat has links to the official site, demos, usage guide, and official open source repository for each project I’ll talk about.

1.Responsive Nav

Responsive NavThis responsive navigation menu system is lightweight — less than 1KB when optimized. Responsive Nav doesn’t have external dependencies, meaning you don’t need to include a JS library like jQuery for it to work.

2.Bootstrap Navs and Navbar

Bootstrap Navs and NavbarBootstrap has two components for building responsive menus. They’re calledNavsandNavbar. If you just need a responsive menu, you shouldcustomize your Bootstrap buildto include only Navs- and/or Navbar-related files.

3.menu-aim

menu-aimThis jQuery plugin will allow you to make responsive mega-dropdown menus modeled after Amazon.com’s fast and responsive menus. This is great for sites with lots of content. Read about the genesis of this plugin at thisblog post.

4.Sidr

SidrSidr is a jQuery plugin for creating those vertical slide-out drawer menus you often see in responsive websites and mobile apps like Facebook.

5. FlexNav

FlexNavFlexNav was created with a Mobile First approach. It has good browser support: For example, IE7 is supported. FlexNav is dependent on jQuery.

6.TinyNav.js

TinyNav.jsIf you simply want to responsively change your HTML unordered/ordered lists to HTML dropdown menus when viewed on mobile devices, check out the first version of Responsive Nav (discussed above) called TinyNav.js. There’s also a jQuery-independent fork of TinyNav.js calledSelectNav.js.

7. Pushy

Pushy有进取心的允许您构建一个responsive, mobile-friendly slide-out drawer menu. It requires jQuery and Modernizr to support old browsers like IE7 to IE9.

8. SlickNav

SlickNavSlickNav is a robust responsive menu navigation system that has a ton of options. It’s suitable on sites and apps with many links and subcategories. The development philosophy also emphasizes on Web accessibility: SlickNav is ARIA-compliant.

Summary Table

Site Demo Usage Guide Repository License
Responsive Nav Demo Responsive Nav usage guide GitHub MIT
Boostrap Navs Examples Boostrap Navs docs GitHub MIT
menu-aim Demo menu-aim usage guide GitHub MIT
Sidr Demo Sidr “Get Started” guide GitHub MIT
FlexNav Demo FlexNav usage guide GitHub Unlicense
TinyNav.js Demo TinyNav.js Usage guide GitHub MIT
Pushy Demo Pushy usage guide GitHub MIT
SlickNav Demo SlickNav usage guide GitHub MIT

More Responsive Navigation Menus

Related Content

Make estimating web design costs easy

Website design costs can be tricky to nail down. Get an instant estimate for a custom web design with our free website design cost calculator!

Try Our Free Web Design Cost Calculator
TO TOP