Live data from Hacker News

Show HN: Puck 0.18 adds drag-and-drop for CSS grid and Flexbox

github.com

11–14 of 14 posts

Re: Show HN: Puck 0.18 adds drag-and-drop for CSS grid and Flexbox

#11
post #7

I used gridstack[1] in the past. How does Puck compare? 1: https://gridstackjs.com/

There's definitely some overlap!

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.

Re: Show HN: Puck 0.18 adds drag-and-drop for CSS grid and Flexbox

#12
post #6

Some time ago I was looking for something similar to this. For even angular project. I'll make a note of it, and check more calmly if it fits. But it looks very good. Congratulations

Thank you!

I would love to add support for other frameworks too, see https://github.com/measuredco/puck/issues/302

Re: Show HN: Puck 0.18 adds drag-and-drop for CSS grid and Flexbox

#14
post #7

I used gridstack[1] in the past. How does Puck compare? 1: https://gridstackjs.com/

There's definitely some overlap! 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 com…

Ah nice to know in case I need this. Thanks for taking the time.
Post reply on HN