0.0.6 • Published 3 years ago

@rbxts/roact-dnd v0.0.6

Weekly downloads
2
License
ISC
Repository
-
Last release
3 years ago

Work-in-progress simple dragging & dropping functionality for Roact.

Plan

  • To have a basic way of accomplishing drag & drop
  • Support roblox-ts & @rbxts/roact out of the gates.
  • Start off with DragFrame and DropFrame - being a wrapper around Frame with the extra props and functionalities of this module.
  • Eventually custom logic, e.g. CanDrop for DropTarget, CanDrag for DragSource
  • Eventually possibly could expand to custom components