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
In the below image you can see that there are two containers, I want to achieve drag functionality within the containers (boxes can be dragged anywhere within the containers) and drop functionality across the containers (boxes can be dropped from container1 to container2 and vice-versa crucial: that too in exact location where my cursor pointer is).
How can we achieve that?
Is any proper approach or example somewhere?
All I can see is storybook examples in the website, which is not helpful and also I searched for sandbox examples, all of them where showing sortable examples, none that I can find which met my requirements.
If anyone can help regarding this please let me know.
The text was updated successfully, but these errors were encountered:
In the below image you can see that there are two containers, I want to achieve drag functionality within the containers (boxes can be dragged anywhere within the containers) and drop functionality across the containers (boxes can be dropped from container1 to container2 and vice-versa crucial: that too in exact location where my cursor pointer is).
How can we achieve that?
Is any proper approach or example somewhere?
All I can see is storybook examples in the website, which is not helpful and also I searched for sandbox examples, all of them where showing sortable examples, none that I can find which met my requirements.
If anyone can help regarding this please let me know.
The text was updated successfully, but these errors were encountered: