## EmberUI

A component library for crafting ambitious interfaces.


## Documentation, Demos

The documenation can be found on the web at http://emberui.com or in this repo located in `/tests/dummy/app/`. Pull the repo and `ember serve` and you will be able read it at `localhost:4200`.

https://speakerdeck.com/jacojoubert/emberui


## Project Goals

* comprehensive set of high-quality components

* carefully designed with close attention to detail

* solid implementation that also supports interop with other libraries


## Installation as Ember-Cli Addon

* `ember install emberui`


## Running / Development



## Running Tests

* `ember test`
* `ember test --server`


## Further Reading / Useful Links

* [ember.js](http://emberjs.com/)
* [ember-cli](http://www.ember-cli.com/)
* Development Browser Extensions
  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
