Hello guys, I’m trying to create a masonry effect with flexbox or grid in plasmic, Is it possible? I wasn’t able to find a way to add a “column-count” or “grid-template-columns” in plasmic studio.
When you select a child of the grid, you should be able to find a section in the design tab to set the number of columns that it spans
@yang I would like to select the column count on the parent as the direct child to that component is a slot that contains other components. Should I be able to select this on the component root?
Hi, no that’s not possible at the moment unfortunately
Will it be available at some point?
One thing you can do is insert custom CSS to define a class that uses the new masonry layout in CSS, and then apply that class name to the elements that you want
https://www.smashingmagazine.com/native-css-masonry-layout-css-grid/