Usage
TheuseDroppable composable requires a unique id and an element template ref.
Input
A unique identifier for this droppable instance.
A template ref pointing to the droppable element.
The types of draggable elements this droppable accepts.
The type of this droppable element.
A custom collision detection algorithm.
Whether the droppable is disabled.
Custom data to attach to this droppable instance.
Output
Whether this element is currently a drop target (a draggable is hovering over it).
The underlying
Droppable instance.