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

When I use the Sortable List (Vertical) example in a typescript SolidJs project, I get these errors: ``` Property 'children' does not exist on type 'IntrinsicAttributes & DragDropContextProps'. ``` Stackblitz...

I need to work with multiple lists in my project so I started out by copy pasting the Multiple List example from the website in my CodeSanbox to get familiar...

bug

Currently the way `onDragEnd` works results in items jumping back to their original position before animating to their new position when a css transition is used for transforms. Investigate how...

enhancement

I want the dropped item to go into place with an animation instead of just teleporting there, how can this be achieved with this lib?

Hello there! I've stumbled across this toolkit today and I really liked what I saw, however I was missing a few user experience options, that I saw in libraries like...

Currently it is assumed that the drag overlay will have the same dimensions as the draggable it represents. But that is not always true. As a result, a droppable may...

bug

Transform should account for page scroll delta as well. Otherwise on drag scroll the draggabel will become disconnected from the pointer position.

This is probably self-inflicted due to a usage error on my part, but I'm seeing this sometimes (and it breaks behavior): ``` Uncaught (in promise) TypeError: Cannot read properties of...

Consider adding more documentation to the solid-dnd.com site to help folks get started and use the primitives. Could be more explanation of how things are structured/work alongside examples. And also...

documentation