Skip to content

An Ember CLI addon for adding bricks.js to Ember.js applications.

License

Notifications You must be signed in to change notification settings

PromoRepublic/ember-cli-bricks

 
 

Repository files navigation

ember-cli-bricks

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}}

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-bricks
  • npm install

Usage

[Longer description of how to use the addon in apps.]

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

An Ember CLI addon for adding bricks.js to Ember.js applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.4%
  • HTML 15.1%
  • CSS 0.5%