thisbeyond / solid-dnd

A lightweight, performant, extensible drag and drop toolkit for Solid JS.
https://solid-dnd.com
MIT License
505 stars 35 forks source link

Placeholder at the beginning of a drag #85

Open SonyStone opened 1 year ago

SonyStone commented 1 year ago

What I need: image

What I have: image

Hello, I have the task of sorting elements on a page. I use Sortable, and Sortable has a preview only for where to put it, but not where the item is taken from. How can I implement this?

martinpengellyphillips commented 1 year ago

Interesting. My guess would be to have a standin element for the source placeholder (like another preview) and make the transform a noop.

I'll see if I can work up an example some time.