Work-in-progress simple dragging & dropping functionality for Roact.
- To have a basic way of accomplishing drag & drop
- Support roblox-ts &
@rbxts/roactout of the gates. - Start off with
DragFrameandDropFrame- being a wrapper aroundFramewith the extra props and functionalities of this module. - Eventually custom logic, e.g.
CanDropforDropTarget,CanDragforDragSource - Eventually possibly could expand to custom components