React Layout Plugin DnD
A plugin for the react-layout-core package.
This plugin enables any component to be used as a react-dnd DragSource
, and wraps the layout with a DragDropContext
. It supplies monitor.getItem()
with the layoutState
item being dragged.
Usage
;;; ... <Layout layoutState=layoutState components=... plugins=DnD/> ...