An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ember-cli-bootstrap3-grid

[![npm version](http://badge.fury.io/js/ember-cli-bootstrap3-grid.svg)](http://badge.fury.io/js/ember-cli-bootstrap3-grid) ![downloads](https://img.shields.io/npm/dy/ember-cli-bootstrap3-grid.svg) [![Code Climate](http://codeclimate.com/github/cybertoothca/ember-cli-bootstrap3-grid/badges/gpa.svg)](http://codeclimate.com/github/cybertoothca/ember-cli-bootstrap3-grid)

[![ember-observer-badge](http://emberobserver.com/badges/ember-cli-bootstrap3-grid.svg)](http://emberobserver.com/addons/ember-cli-bootstrap3-grid) [![License](http://img.shields.io/npm/l/ember-cli-bootstrap3-grid.svg)](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)