ember-off-canvas-components
ember-off-canvas-components copied to clipboard
A micro library containing a group of Ember.js Components that interact to create an Off-Canvas user interface.
See: https://github.com/emberjs/ember.js/issues/10534 - FastBoot changes seem to break setting Application#customEvents within initializer For now the consuming application will need to setup the custom events for `toggleOffCanvas`, `expandOffCanvas`, `collapseOffCanvas`. see: https://github.com/pixelhandler/ember-off-canvas-components/blob/master/addon/initializers/custom-events.js#L6-L11...
I was giving your addon a try and encountered this error message when I started the app after copying over the dummy app files (as per the readme instructions). ```...