ember-cli-offscreen-nav
v0.0.1
Published
Addon to create classic mobile offscreen navigation menu
Readme
Ember-cli-offscreen-nav
Lets you have a menu that comes in from left and lets you hide and show it via a panning action.
Installation
ember install ember-cli-offscreen-navUsage:
{{#offscreen-nav}}
some content
{{/offscreen-nav}}
...
reset of the pageDevelopment
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
