1.1.0 • Published 6 years ago

ember-cli-bricks v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.

1.1.0

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago