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
You should definitely use the <DragOverlay> element (Documentation).
Follow the Presentational components pattern and custom it as you wish, you can then edit the style or layout if you are dragging the overlay or the original component.
I'm moving an item from one column to another,
I would like to see a different item in the other column when I move the card closer to it,
for example, I would like to see a +. instead of the card I'm moving
i have only to see the card y in the drag overlay and once I drop it in the other column
do i need to create something custom, like creating fake elements in the various arrays (by current index, position) or is there any way to do this?
The text was updated successfully, but these errors were encountered: