Ember-contextual-states is a simple addon for managing representation states with contextual components. It is designed to be composed with other addons and css.
The demo and documentation for this addon live on it's github page, check it out here..
git clone <repository-url>
this repositorycd ember-contextual-states
yarn install
ember serve
- Visit your app at http://localhost:4200.
yarn test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit https://ember-cli.com/.