ember-cli-bricks
wrapper around bricks.js
and is a blazing fast masonry layout generator for fixed width elements for Ember.js.
How to use:
{{#bricks-grid as | grid |}}
<!-- for using brick-div with some styles, use `item` namespace -->
{{#grid.item class="simple-brick"}}
Hello, simple brick
{{/grid.item}}
<!-- for using brick with image, use `image namespace` -->
{{#grid.item class="simple-image-brick"}}
<img src="/path/to/image" />
{{/grid.item}}
{{/bricks-grid}}
git clone <repository-url>
this repositorycd ember-cli-bricks
npm install
[Longer description of how to use the addon in apps.]
See the Contributing guide for details.
This project is licensed under the MIT License.