Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickschot/ember-mobile-menu
A draggable sidebar menu for Ember
https://github.com/nickschot/ember-mobile-menu
Last synced: 15 days ago
JSON representation
A draggable sidebar menu for Ember
- Host: GitHub
- URL: https://github.com/nickschot/ember-mobile-menu
- Owner: nickschot
- License: mit
- Created: 2018-01-29T21:45:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T05:00:00.000Z (17 days ago)
- Last Synced: 2024-10-28T08:09:37.671Z (17 days ago)
- Language: JavaScript
- Homepage: https://nickschot.github.io/ember-mobile-menu
- Size: 9.3 MB
- Stars: 34
- Watchers: 5
- Forks: 9
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-ember - ember-mobile-menu - Draggable sidebar specifically tailored to mobile devices. (Packages / Mobile)
README
ember-mobile-menu
==============================================================================[![Ember Observer Score](https://emberobserver.com/badges/ember-mobile-menu.svg)](https://emberobserver.com/addons/ember-mobile-menu)
An [ember-cli](http://www.ember-cli.com) addon providing a draggable sidebar specifically tailored to mobile devices.
Both a left and a right menu are supported. Dragging is supported through touch events as supported by any modern (mobile) browser. The sidebar provides an empty canvas suitable for any content.
Requirements
------------------------------------------------------------------------------
* Ember.js v3.28 or above
* Ember CLI v3.12 or above
* ember-concurrency v3.x or v4.x
* tracked-built-ins v3.x
* ember-auto-import v2.x**NOTE:** This addon utilizes ResizeObservers. If you require support for older browser you can install a ResizeObserver polyfill like [ember-resize-observer-polyfill](https://github.com/PrecisionNutrition/ember-resize-observer-polyfill).
Installation
------------------------------------------------------------------------------From your application directory run:
`ember install ember-mobile-menu`
Documentation
------------------------------------------------------------------------------
https://nickschot.github.io/ember-mobile-menuContributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
Copyright and license
------------------------------------------------------------------------------Code and documentation copyright 2018 Nick Schot. The code is released under [the MIT license](LICENSE.md).