https://github.com/cybertoothca/ember-cli-bootstrap3-grid
This addon gives you access to several helpful components and mixins that can be used to compliment the Bootstrap3 Grid System.
https://github.com/cybertoothca/ember-cli-bootstrap3-grid
bootstrap bootstrap-grid clearfix ember-addon viewport
Last synced: 13 days ago
JSON representation
This addon gives you access to several helpful components and mixins that can be used to compliment the Bootstrap3 Grid System.
- Host: GitHub
- URL: https://github.com/cybertoothca/ember-cli-bootstrap3-grid
- Owner: cybertoothca
- License: mit
- Created: 2016-10-23T03:32:22.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T17:22:14.000Z (over 3 years ago)
- Last Synced: 2025-01-22T15:11:27.184Z (over 1 year ago)
- Topics: bootstrap, bootstrap-grid, clearfix, ember-addon, viewport
- Language: JavaScript
- Homepage:
- Size: 2.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-bootstrap3-grid
[](http://badge.fury.io/js/ember-cli-bootstrap3-grid)  [](http://codeclimate.com/github/cybertoothca/ember-cli-bootstrap3-grid)
[](http://emberobserver.com/addons/ember-cli-bootstrap3-grid) [](LICENSE.md)
Components for managing Boostrap 3 clearfix as well as a Viewport mixin for detecting Boostrap 3 screen sizes.
## Compatibility
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
## Docs
[View the docs here](ORIGINAL_README.md).
## Dependencies
I maintain a list of the [dependencies](DEPENDENCIES.md) that I've mixed into this addon project.
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
### Linting
- `yarn lint:hbs`
- `yarn lint:js`
- `yarn lint:js --fix`
### Running tests
- `ember test` – Runs the test suite on the current Ember version
- `ember test --server` – Runs the test suite in "watch mode"
- `ember try:each` – Runs the test suite against multiple Ember versions
### Running the dummy application
- `ember serve`
- Visit the dummy application at [http://localhost:4200](http://localhost:4200).
For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).
## License
This project is licensed under the [MIT License](LICENSE.md).
## Credits
This addon was made possible with the support of:
1. [Bootstrap](https://github.com/twbs/bootstrap)