Work-in-progress simple dragging & dropping functionality for Roact.
- To have a basic way of accomplishing drag & drop
- Support roblox-ts &
@rbxts/roact
out of the gates. - Start off with
DragFrame
andDropFrame
- being a wrapper aroundFrame
with the extra props and functionalities of this module. - Eventually custom logic, e.g.
CanDrop
forDropTarget
,CanDrag
forDragSource
- Eventually possibly could expand to custom components