0.0.1 • Published 10 years ago

ember-disclosure-triangle v0.0.1

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

ember-disclosure-triangle

This addon makes a component and corresponding CSS available for rendering a disclosure triangle that hides and shows the given block.

Usage

{{#disclosure-triangle label="My Label"}}
  I'm disclosed! :-)
{{/disclosure-triangle}}

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.