Is it possible to resize grid rows/grid cols directly in the editor? Similar to the bottom-right handle in react-grid-layout?
https://react-grid-layout.github.io/react-grid-layout/exampl...
To support something like you're suggesting would likely require an official Grid component, which I'm now tracking here: https://github.com/measuredco/puck/issues/843
I'll make a note of it, and check more calmly if it fits. But it looks very good.
Congratulations
I would love to add support for other frameworks too, see https://github.com/measuredco/puck/issues/302
Gridstack is a great tool for building complex grid layouts with drag and drop for specific use-cases.
Puck is for creating a complete page building experience, which includes not only drag and drop, but also user input via fields, viewport previewing, APIs for fetching data, etc.
Gridstack also provides it's own grid system, whereas Puck currently is unopinionated, supporting any component library that uses `display: grid` internally.