You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We use masonic currently for a fullscreen view of templates in a template gallery. We also have an index view that shows single-row sliders for each infinite list. We use react-slick for this but it's not performant and very difficult to customize. If masonic could layout in a horizontal mode I could use it in both places.
Describe the solution you'd like
Perhaps if there was a way to pass in our own render function that did the absolute positioning of tiles, as opposed to the current render function that is used to place content inside of pre-positioned tiles, then I could accomplish this by just swapping x and y, and providing scrollLeft to useMasonry instead of scrollTop.
Describe alternatives you've considered
The whole lib could be dimensionally agnostic but that seems like a lot of work
Additional context
The text was updated successfully, but these errors were encountered:
I agree this would be cool and I've spoken with someone on Twitter at length about potentially doing this in the past. Realistically I think I would be months away from having time to get this in.
Is your feature request related to a problem? Please describe.
We use masonic currently for a fullscreen view of templates in a template gallery. We also have an index view that shows single-row sliders for each infinite list. We use react-slick for this but it's not performant and very difficult to customize. If masonic could layout in a horizontal mode I could use it in both places.
Describe the solution you'd like
Perhaps if there was a way to pass in our own render function that did the absolute positioning of tiles, as opposed to the current render function that is used to place content inside of pre-positioned tiles, then I could accomplish this by just swapping x and y, and providing scrollLeft to useMasonry instead of scrollTop.
Describe alternatives you've considered
The whole lib could be dimensionally agnostic but that seems like a lot of work
Additional context
The text was updated successfully, but these errors were encountered: