React拖链引导线和磁力吸附

React拖链引导线和磁力吸附可更好地对齐可拖动元素。示例安装npm install react-dragline --save或者yarn add install react-dragline如果您不使用browserify / webpack,它期望外部React和ReactDOM。例子import { DraggableContainer , DraggableChild } from 'react-dragline' class Example extends React . Component { state = [ { id : 1 , position : { x : 100 , y : 10 } } , { id : 2 , position : { x : 400 , y : 200 } }

zip 文件大小:226.04KB