0.0.7 • Published 7 years ago

ember-expanding-sidebars v0.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

npm version Build Status

ember-expanding-sidebars

A simple sidebar for Ember.js routes that expands and collapses, depending on the current route.

Installation

ember install ember-expanding-sidebars

Usage

export default Ember.Controller.extend({
  sections: [{
    route: 'baz',
    sections: [{
      route: 'child-of-baz',
      sections: [{
        route: 'grandchild-of-baz'
      }]
    }]
  }]
})
{{ember-expanding-sidebar parentRoute="foo.bar" sections=sections}}
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago