Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blivesta/drawer
Flexible drawer menu using jQuery, iScroll and CSS.
https://github.com/blivesta/drawer
Last synced: about 1 month ago
JSON representation
Flexible drawer menu using jQuery, iScroll and CSS.
- Host: GitHub
- URL: https://github.com/blivesta/drawer
- Owner: blivesta
- License: mit
- Created: 2014-05-11T03:21:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T10:43:58.000Z (over 6 years ago)
- Last Synced: 2024-04-17T00:21:40.090Z (7 months ago)
- Language: HTML
- Homepage: http://git.blivesta.com/drawer
- Size: 12.3 MB
- Stars: 621
- Watchers: 32
- Forks: 180
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Drawer](http://blivesta.github.io/drawer)
![Bower version](https://img.shields.io/bower/v/drawer.svg?style=flat)
[![npm version](https://img.shields.io/npm/v/jquery-drawer.svg?style=flat)](https://www.npmjs.com/package/jquery-drawer)
[![Build Status](https://img.shields.io/travis/blivesta/drawer/master.svg?style=flat)](https://travis-ci.org/blivesta/drawer)> Flexible drawer menu using jQuery, iScroll and CSS.
## [Demo & Installation](http://git.blivesta.com/drawer/)
### CDN
cdnjs
- [jQuery](https://cdnjs.com/libraries/jquery)
- [iScroll](https://cdnjs.com/libraries/iScroll)
- [Drawer](https://cdnjs.com/libraries/drawer)### Package Managers
npm
```
$ npm install jquery-drawer [email protected] iscroll
```bower
```
$ bower install drawer jquery#2.2.4 iscroll
```
## Dependencies
- [jQuery 1.9.1+](https://github.com/jquery/jquery)
- [iScroll 5](https://github.com/cubiq/iscroll)## Development
```bash
$ git clone https://github.com/blivesta/drawer.git
$ cd drawer
$ git checkout -b patch-1
$ npm install && gulp build
```Build
```bash
$ gulp build
```Watch & Connect
```bash
$ gulp
```## Contributors
- [@blivesta](https://github.com/blivesta)
- [@ungki](https://github.com/ungki)(Maintainer)
- [@tylerball](https://github.com/tylerball)
- [@PeterDaveHello](https://github.com/PeterDaveHello)
- [@jasonniebauer](https://github.com/jasonniebauer)
- [@mrDinckleman](https://github.com/mrDinckleman)
- [@magicmarkker](https://github.com/magicmarkker)
- [@mrodrigues](https://github.com/mrodrigues)
- [@leorochael](https://github.com/leorochael)## Contributing
To contribute to Drawer, clone this repo locally and commit your code.
Please check that everything works before opening a pull-request.## License
Copyright 2014-2016 Released under the [MIT license](https://github.com/blivesta/drawer/blob/master/LICENSE.md).