/ember-bootstrap

Ember-cli addon for using Twitter Bootstrap as native Ember components.

Primary LanguageJavaScriptMIT LicenseMIT

ember-bootstrap

Build Status Ember Observer Score

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 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

Beginning from version 0.2.0 ember-bootstrap will require at least Ember 0.13.x!

Changelog

See CHANGELOG for the list of changes.

Authors

Simon Ihmig @ kaliber5

Copyright and license

Code and documentation copyright 2015 kaliber5 GmbH. Code released under the MIT license.