solid-dnd icon indicating copy to clipboard operation
solid-dnd copied to clipboard

A lightweight, performant, extensible drag and drop toolkit for Solid JS.

Results 56 solid-dnd issues
Sort by recently updated
recently updated
newest added

Vite 3.1.0 just got released, and won't run any projects with solid-dnd included. Downgrading to 3.0.9 works fine still though. Not sure if it's a Vite thing, or something that...

bug

Consider adding a builtin solution for auto-scrolling when dragging in scrollable containers.

enhancement

This PR fixes overly eager execution of effects in components > [!WARNING] > I have not yet finished tested this in my project ```tsx import { Show, type Component, createEffect...

Currently when sortables that aren't of the same width in case of horizontal sortable lists when dragging the layout breaks and elements stack on top of each other. This happens...

Ran into problems and looked at #60 but this example fails to run with typescript strict mode. ![image](https://user-images.githubusercontent.com/438252/202965795-4423e47c-ab59-4992-a129-61d3214698db.png) With unhealthy amount of `any` I can compile ```ts import { closestCenter,...

I really needed a way to get the displacement of the mouse's position, without hacks preferably, on every onDragMove which, thinking from a perspective of a outsider to the code...

### Issue description I encountered an error when using the createDroppable function. Full error ```` dev.jsx?v=25d5f95e:936 Uncaught TypeError: useDragDropContext is not a function or its return value is not iterable...

https://github.com/thisbeyond/solid-dnd/assets/922015/1f48e932-3a3d-44f9-a6ed-908fb44cc4d4 Playground Link: https://playground.solidjs.com/anonymous/03de8bc1-968c-4056-b567-82451af75fe5 Also: missing activeId on onDragEnd

Hello all, Can someone please post an example of how to get any of the examples on the solid-dnd webpage to work in a default solid-js install? I can't for...

Hi, what is the best way to implement a bento.me like behaviour? which package utilities can be used, which example will more close? Kind of `Draggable Masonry layout` where i...