2.6.3 • Published 7 years ago

ember-cli-simple-grid v2.6.3

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

ember-cli-simple-grid

Build Status

How to use

{{#simple-grid as | grid |}}
  {{#each listOfItems as | item |}}
    {{#grid.item}}
      Some body of element
    {{/grid.item}}
  {{/each}}
{{/simple-grid}}

How to install

Installation

  • git clone <repository-url> this repository
  • cd ember-cli-simple-grid
  • 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/.

2.6.3

7 years ago

2.6.2

7 years ago

2.6.1

7 years ago

2.6.0

7 years ago

2.5.3

7 years ago

2.5.2

7 years ago

2.5.1

7 years ago

2.5.0

7 years ago

2.4.7

7 years ago

2.4.6

7 years ago

2.4.5

7 years ago

2.4.3

7 years ago

2.4.2

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago