ember-collection
ember-collection copied to clipboard
Layout Template Markdown Demos
The Layout Markdown Demos show the parameters and results that ember-collection is passing and receiving to/from the layout templates. It has been extended to all layout types, so click the Show Custom Layout Template
button on any Grid Demo to see interactions between ember-collection and the cell-layout template.
Why add layout template demo?
The default grids are useful, but you may need to roll your own custom template solution. In this case it is helpful to know how ember-collection is using the layout templates. It took a couple of days to reverse-engineer the fixed layout template to really understand what ember-collection was doing. I created the Layout Demo to help bridge the knowledge gap for those who are also building their own custom templates.
Thanks to @lukemelia for his EmberNYC custom layout demo which made me attempt my own custom layout in the first place.
Note: This PR also includes README Updates
I'm curious what improvements could be made to the demo. I realize there are both documentation and demo changes in this PR. I believe a handful of ember developers could benefit from these layout template demos today. Please let me know some possible steps going forward. Thanks.
Is this component still being actively developed? It seems there are a lot of unmerged PRs and no activities for a few months. Should I use this?