ember-cli-bootstrap-4-components

0.0.2 • Public • Published

ember-cli-bootstrap-4-components

This addon provides bootstrap components for use in your ember applications.

Installation

  • ember install ember-cli-bootstrap-4-components

Usage

Insert components in your templates where necessary.

Available components

  • Modal
    {{#bs-modal}}
        <div class="modal-header>
        </div>
        <div class="modal-body">
        </div>
        <div class="modal-footer">
        </div>
    {{/bs-modal}}
    Modals can be made to open by default by setting the property autoload to true. Note: Bootstrap does not allow multiple modals by default, so care has to be taken while using the autoload property.

To do

  • Add more components

Package Sidebar

Install

npm i ember-cli-bootstrap-4-components

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

5.91 kB

Total Files

8

Last publish

Collaborators

  • archferns