Curious about drag and drop story in Compose, if a...
# compose
t
Curious about drag and drop story in Compose, if any.
f
Drag and drop could mean so many things. What exactly do you mean? 🙂
f
I meant whether you have use case in mind. There is
draggable
modifier which you can use to hack together list of draggable items and other things.
j
Also for Desktop, this is a cool file selector using drag-and-drop: https://dev.to/tkuenneth/from-swing-to-jetpack-compose-desktop-2-4a4h
🎉 2