Hacker News new | ask | show | jobs
by lawrencechen 505 days ago
Great work!

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...

1 comments

That would be wonderful, but will require some further work. Puck doesn't provide a grid, but it supports user grid implementations.

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