iron-list icon indicating copy to clipboard operation
iron-list copied to clipboard

[Feature Request] Grid Layout - allow grid items with different sizes

Open ciampo opened this issue 8 years ago • 1 comments

It seems that, at the moment, all grid items need to have the same size.

I think it would be useful to allow custom grid layouts, for example:

screen shot 2017-03-09 at 11 57 13

screen shot 2017-03-09 at 12 00 03

Is this this something that can be achieved easily?

ciampo avatar Mar 09 '17 11:03 ciampo

I also love this idea! I've been in the code a bunch and know it wouldn't be immediately easy. However, I wondered what it might look like with the v2 class notation to have a structure whereby there was a baseline iron-list element that offered easy hooks for extenders to instill some more custom layout methods. Seems like it would go great to simplifying the grid vs not grid code, surfacing something like the above, as well as other layout like horizontal scrolling and things not yet talked about in the realm of this component.

I use iron-list a lot in my work, and would be super pumped to help out in any way if that (or something similar) seemed like a smart way forward, @blasten.

Westbrook avatar Mar 09 '17 12:03 Westbrook