How to create blank space between items when dragged in react-dnd?

Viewed 15

When a list item is dragged, I want to create an empty space in the drop target so that the item can be inserted. I use react-dnd, how can I implement it?

0 Answers
Related