Skip to content

Added new DragState component and additional events

Compare
Choose a tag to compare
@chrisjpatty chrisjpatty released this 19 Jan 23:00
· 96 commits to master since this release

Added new component for providing dragState without attaching events. See README for DragState
Added additional event hooks:

  • onDrag: function called when Draggable drags
  • onDragEnter: function called when Droppable is entered.
  • onDragLeave: function called when Droppable is left.