Skip to content

Instantly share code, notes, and snippets.

@deanmraz
deanmraz / masonry-grid.hbs
Last active April 27, 2016 22:06
EAK Ember Masonry Component
{{#each items in contentColumns}}
<div class="column" {{bind-attr style="getWidth"}}>
{{#each items}}
{{yield}}
{{/each}}
</div>
{{/each}}
@deanmraz
deanmraz / component-ember.hbs
Last active August 29, 2015 14:05
Ember Component - From jQuery to Ember
<div {{bind-attr class=":zone showZone::hidden errors:with-notify"}}>
<div class="text">
<button class="btn btn-primary">Browse Computer</button><br>
<p class="sub-text">or drag files here</p>
</div>
<input type="file" name="imageLibraries" multiple>
</div>
{{#unless processing}}
<div class="text completed">