https://github.com/alexwenzel/quick-slidebars
a - ready to go - mobile menu with slidebars
https://github.com/alexwenzel/quick-slidebars
Last synced: 3 months ago
JSON representation
a - ready to go - mobile menu with slidebars
- Host: GitHub
- URL: https://github.com/alexwenzel/quick-slidebars
- Owner: alexwenzel
- Created: 2017-10-29T20:06:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T22:24:39.000Z (over 7 years ago)
- Last Synced: 2025-02-10T18:56:10.529Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# quick slidebars
a - ready to go - mobile menu exmaple with slidebars
Slidebars - https://github.com/adchsm/Slidebars
## structure
~~~html
Toggle slidebar
$(function () {
$('nav').quickSlidebars({
slidebarName: 'qs-1',
burgerMenuSelector: 'button'
});
});~~~
## qs menu
~~~html
~~~