GitXplorerGitXplorer
c

ember-simple-bootstrap

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
065ef872895ac70ebf94132cb02e8ada119bbc3c

0.0.40

ccharlesfries committed a year ago
Verified
b796ffa4a2a5317968aa9b0cd674c57de9426107

Remove LinkTo yield (#16)

ccharlesfries committed a year ago
Unverified
12577303c628ece34528477a7427667ce5114d8c

Temporarily fix tooltip dispose, 0.0.39

ccharlesfries committed a year ago
Unverified
1e393904b0277d8a1b432dcb7dac4381ddb61bb0

0.0.38

ccharlesfries committed 2 years ago
Verified
10ee4ac31c7974024a838eadbda80e439f236b9d

Downgrade (#13)

ccharlesfries committed 2 years ago
Verified
077a8a03a0f03ff995d03814bd56835eddeec803

Merge pull request #12 from charlesfries/development

ccharlesfries committed 2 years ago

README

The README file for this repository.

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.