You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just stumbled across the fact that core has a Draggable component. It would be great to not have to include / bundle all of DND-Kit in the block components and instead leverage the bundled solution
The text was updated successfully, but these errors were encountered:
I'm working on a Vanilla JS solution for reordering in React Components. This'll help to not use Dnd-kit. This is working in a simple React App, trying to figure out how best to use it with a component like Repeater.
I just stumbled across the fact that core has a
Draggable
component. It would be great to not have to include / bundle all of DND-Kit in the block components and instead leverage the bundled solutionThe text was updated successfully, but these errors were encountered: