1.0.1 • Published 7 years ago

ember-cli-collapsible-panel v1.0.1

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

Ember-cli-collapsible-panel

This is a replica of the Ember-collapsible-panel, Developed by TedConf. The Interactive demo for the original component is Available at: Interactive documentation

Modification: The original component uses an {{#if}} block and removes the panel body whenever the panel is collapsed. Modifying this behaviour, by taking in a parameter 'hidePanel' {Boolean}, to add a feature to just hide the panel body instead of removing it from the DOM

Installation

ember install ember-cli-collapsible-panel