Home
Softono

Ember Bootstrap

Open source JavaScript
492
Stars
202
Forks
93
Issues
15
Watchers
2 months
Last Commit

 About Ember Bootstrap

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

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Ember Bootstrap?

We provide expert installation service for this software. Our team will install, configure, and secure Ember Bootstrap on your server. plans start at just $30.

Ember Bootstrap

View on GitHub

ember-bootstrap

CI Ember Observer Score npm version

An ember-cli addon for using Bootstrap 4 and 5 in Ember applications.

The addon provides a set of native Ember components for Bootstrap CSS. It does not rely on any Bootstrap JavaScript.

See www.ember-bootstrap.com for full documentation.

Installation

In your application's directory:

ember install ember-bootstrap

Additionally, add the following code snippet to either your app's index.html or application template:

<div id="ember-bootstrap-wormhole"></div>

Bootstrap CSS must be imported by the application additionally. Please see the setup documentation for different options how to do so.

Compatibility

Ember Bootstrap works and is fully tested with

  • Ember.js 5.12 or above
  • Ember CLI 5.12 or above
  • Bootstrap 4 and 5
  • all modern evergreen browsers (Chrome, Firefox, Safari, Edge)
  • node.js 20+
  • FastBoot 1.0+
  • Embroider: we strive (and test) for maximum compatibility with Embroider, including the most aggressive setting (staticComponents) for tree shaking and code splitting. However as Embroider itself is still considered beta software, we won't be able to guarantee that for the time being.

This project follows Semantic Versioning.

Updates

See CHANGELOG for the list of all changes.

If you want to keep up to date with ember-bootstrap, you may want to follow me on Twitter.

Author and collaborators

Contributing

See the Contributing guide for details.

Copyright and license

Code and documentation copyright 2020 kaliber5 and contributors. Code released under the MIT license.