In react-beautiful-dnd i want to resize icon on every div after drop. i want to resize my div

42 Views Asked by At

How can I implement post-drop resizing functionality using react-beautiful-dnd in React functional components? I want to display a resize icon on each dropped div to enable users to dynamically adjust the height and width after dropping an element. The goal is to seamlessly integrate resizing capabilities with the drag-and-drop functionality, ensuring a fluid and intuitive user experience.

0

There are 0 best solutions below