Skip to content

Priority+ navigation solves wide horizontal menus on smaller screens

License

Notifications You must be signed in to change notification settings

damienhoneyford/nav-priority

 
 

Repository files navigation

Bower version License

To get started, check out http://skywalkapps.github.io/nav-priority!

Quick start

Priority Navigation is an implementation of priority+ pattern. This plugin is written in vanilla JS, so it can be easily integrated to your existing codebase without other dependencies. It is fully compatible with Bootstrap 3. You have following options of installation:

How to use

Include JS and CSS for the plugin in your project. Choose between uncompressed and minified files.

nav-priority/
└── dist/
    └── javascripts/
        ├── nav-priority-util.js
        ├── nav-priority.js
        └── nav-priority.min.js
    └── stylesheets
        ├── nav-priority.css
        └── nav-priority.min.css

Creator

Martin Staněk

Copyright and license

Code and documentation copyright 2017 Martin Staněk. Code released under the MIT license.

About

Priority+ navigation solves wide horizontal menus on smaller screens

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.0%
  • HTML 21.3%
  • CSS 2.9%
  • Shell 1.8%