SortableJS / react-sortablejs

React bindings for SortableJS
http://sortablejs.github.io/react-sortablejs/
MIT License
2.07k stars 211 forks source link

I want to swap images between 2 divs #287

Open sagarpadia17 opened 1 year ago

sagarpadia17 commented 1 year ago
  • <img
  • src={key.demoImg}
  • className="me-3 "
  • alt={${key.demoImg}Icon}
  • height={150}
  • width={150}
  • />
  • <img
  • src={key.actualImg}
  • className="ms-3"
  • alt={${key.demoImg}Icon}
  • height={150}
  • width={150}
  • />
  • ))}
  • </ReactSortable>]
  • In this i want to add swapping functions to the actualimg but when i am adding item to actual image its not working
  • fedmich commented 10 months ago

    You may have already solved your issue at this time, is it?

    If yes, I think you can just close this issue. or I suggest you post this in Stackoverflow.