Create drag and drop ,also re order divs with interact js using useref in react

28 Views Asked by At

i have a div of icons which are placed side by side using mapping array , i need to drag and drop each icon so that other icons re order itself

was expecting to use refs for position and getBoundingClientRect()

how to implement it without onclick

0

There are 0 best solutions below