Draggable
import { Draggable } from "cx-diagrams"The Draggable component wraps child nodes and enables drag-to-move behavior via mouse or touch input.
The offsetX and offsetY properties should be bound to the store to persist drag positions.
Each child cell can be made individually draggable, or multiple cells can be grouped inside a single
Draggable to move them together as a group.