ENH: Collection List (#20)

This commit is contained in:
Matthew Ryan Dillon 2017-09-10 08:23:31 -07:00 committed by GitHub
parent 77071dfa35
commit 55a1c4fca6
26 changed files with 284 additions and 3 deletions

View file

@ -0,0 +1,10 @@
{{#if hasBlock}}
{{yield (hash
table=(component 'light-table' table=table)
)}}
{{else}}
{{#light-table table tableClassNames="table table-striped" as |t|}}
{{t.head}}
{{t.body}}
{{/light-table}}
{{/if}}

View file

@ -0,0 +1 @@
{{ccdb-table model=model columns=columns}}

View file

@ -0,0 +1,3 @@
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>