open-amdocs / webrix

Powerful building blocks for React-based web applications
https://webrix.amdocs.com
Apache License 2.0
431 stars 31 forks source link

New Component - Draggable #23

Open ykadosh opened 3 years ago

ykadosh commented 3 years ago

Based on Movable, it's a component that the user can move, but as opposed to Movable, the Draggable will create a copy that is thrown into the body, and will maintain the original component until dropped.

Additionally, the component will support data transfer between source & target.