jaredLunde/masonic

How to make one item take up multiple columns?

toekneema opened this issue · 3 comments

Is it possible to achieve this look using this package? (Item number 1 in particular)

Not possible currently. I'm not really sure what work would be required for this. It's not something I've personally desired. I would happily accept research/PR 😃

It seems like you'd run into a lot of issues with the API (columnGutter for example)

I'd love to see this too! Not sure how you'd implement it though so I wouldn't be able to supply a PR atm

V3RON commented

If we assume, that the grid should be gapless at all times, it's not doable. There may be no cell small enough to fit in the empty spot.

However, if it's acceptable, then it should be doable by replacing the usePositioner implementation.