dragm

React simple drag

Usage no npm install needed!

<script type="module">
  import dragm from 'https://cdn.skypack.dev/dragm';
</script>

README

DragM

简单的拖拽react组件

安装

npm i dragm

例子

进入examples文件夹,运行

yarn install

yarn start

自身可拖动 http://localhost:3000/#/BaseDrag

antd modal 可拖动 http://localhost:3000/#/AntdModalDrag