Added new DragState component and additional events
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.