atlassian / pragmatic-drag-and-drop

Fast drag and drop for any experience on any tech stack
https://atlassian.design/components/pragmatic-drag-and-drop
Other
9.65k stars 216 forks source link

Codesandbox example for list not working #62

Open nikischin opened 5 months ago

nikischin commented 5 months ago

https://codesandbox.io/p/sandbox/board-y6s25j?file=%2Fpragmatic-drag-and-drop%2Fdocs%2Fexamples%2Fpieces%2Fboard%2Fcolumn.tsx%3A299%2C27&module=%2Fexample.tsx

image

The codesandbox example for the list is broken unfortunately.

heriisei commented 5 months ago

This happens for the board example too.

Anyway, is it possible to document examples using vanilla JS? As the same as this package name, it could help any developer from any framework to easily understand the code rather than specific react examples.

Thank you, I really appreciate this low level drag & drop library.

geoffraymond commented 4 months ago

All that it needs is the plugin so in the bottom left add the babel-plugin-proposal-decorators

image

But yes, whoever controls that hopefully will be able to update that.