文件名称:react-dragline:引导线和磁吸附可更好地对齐React中的可拖动元素
文件大小:226KB
文件格式:ZIP
更新时间:2024-05-26 10:00:01
react drag-and-drop drag draggable dargline
React拖链 引导线和磁力吸附可以更好地对齐可拖动元素。 此处提供示例: : 安装 npm 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 } }
【文件预览】:
react-dragline-master
----.gitignore(965B)
----.babelrc(249B)
----package.json(2KB)
----src()
--------index.js(148B)
--------utils.js(888B)
--------DraggableChild.js(2KB)
--------DraggableContainer.js(8KB)
----jest.config.js(76B)
----build()
--------webpack.config.umd.js(951B)
--------index.js(72B)
--------webpack.config.dev.js(523B)
--------webpack.config.docs.js(564B)
----dist()
--------react-dragline.min.js.map(233KB)
--------react-dragline.js(259KB)
--------react-dragline.min.js(57KB)
----LICENSE(1KB)
----index.js(2KB)
----CHANGELOG.md(56B)
----enzyme.setup.js(191B)
----__tests__()
--------index.js(3KB)
----.eslintrc.js(354B)
----README.md(3KB)
----example()
--------example.js(2KB)
--------index.html(761B)
----.eslintignore(81B)
----index.html(186B)
----.npmignore(122B)
----docs()
--------index.html(538B)
--------bundle.js(57KB)
----server.js(437B)
----yarn.lock(226KB)