README
ember-contextual-states
⚠️ This is currently an in-development addon, and may not be actively maintained. Use with care.
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..
Installation
git clone <repository-url>this repositorycd ember-contextual-statesyarn install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
yarn test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.