FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ember-bootstrap/ember-bootstrap: Ember-cli addon for using Bootstrap as native Ember components. · GitHub

Repository files navigation

ember-bootstrap

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.

About

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

Topics

Resources

Contributing

Stars

491 stars

Watchers

15 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL