ember-bootstrap
An ember-cli addon for using Twitter Bootstrap in Ember applications.
The addon includes the Bootstrap assets (CSS, Icons) in your project (can be disabled). On top of that, it provides a set of native Ember components (no use of Bootstrap JavaScript!).
See kaliber5.github.io/ember-bootstrap/ for full documentation.
Install in ember-cli application
In your application's directory:
ember install:addon ember-bootstrap
If you are using an ember-cli version prior to 0.1.5, use the following commands instead:
npm install --save-dev ember-bootstrap
ember g ember-bootstrap
Authors
Simon Ihmig @ kaliber5
Copyright and license
Code and documentation copyright 2015 kaliber5 GmbH. Code released under the MIT license.