0.0.40 • Published 1 year ago

ember-simple-bootstrap v0.0.40

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ember-simple-bootstrap

npm version CI Ember Observer Score Netlify Status

This addon aims to be a near carbon copy representation of the latest Bootstrap features and components, using Ember components and modifiers.

This addon is only compatible with Boostrap 5+.

⚠️ This addon is a work in progress. Pull requests are absolutely welcome.

Compatibility

  • Ember.js v4.4 or above
  • Ember CLI v4.4 or above
  • Node.js v14 or above

Installation

First, install the addon:

ember install ember-simple-bootstrap

Import Bootstrap JavaScript:

// app/app.js

import 'bootstrap';

Import Bootstrap Sass:

// ember-cli-build.js

const app = new EmberApp(defaults, {
  sassOptions: {
    includePaths: ['node_modules/bootstrap/scss'],
  },
});
// app/styles/app.scss

@import 'bootstrap';

Usage

Visit the documentation website to see examples.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

0.0.40

1 year ago

0.0.39

2 years ago

0.0.37

2 years ago

0.0.38

2 years ago

0.0.35

2 years ago

0.0.36

2 years ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.32

2 years ago

0.0.33

2 years ago

0.0.34

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.26

3 years ago

0.0.27

3 years ago

0.0.25

3 years ago

0.0.20

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago