https://github.com/skywalkapps/nav-priority
Priority+ navigation solves wide horizontal menus on smaller screens
https://github.com/skywalkapps/nav-priority
priority-navigation responsive
Last synced: 4 months ago
JSON representation
Priority+ navigation solves wide horizontal menus on smaller screens
- Host: GitHub
- URL: https://github.com/skywalkapps/nav-priority
- Owner: skywalkapps
- License: mit
- Created: 2017-01-28T19:07:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T13:38:51.000Z (almost 6 years ago)
- Last Synced: 2026-01-23T13:53:04.995Z (5 months ago)
- Topics: priority-navigation, responsive
- Language: JavaScript
- Size: 1.44 MB
- Stars: 23
- Watchers: 4
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Priority Navigation](http://skywalkapps.github.io/nav-priority)

[](LICENSE)
To get started, check out !
## 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:
- [Download the latest release](https://github.com/skywalkapps/nav-priority/archive/v1.1.2.zip).
- Clone the repo: `git clone https://github.com/skywalkapps/nav-priority.git`.
- Install with [Bower](http://bower.io): `bower install nav-priority`.
### 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](https://github.com/skywalkapps/nav-priority/blob/master/LICENSE).