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
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