Drag Packages

ray-drag-resize-v2

## 安装 ``` npm install ray-drag-resize-v2 ``` ## 引入 ``` import dragResizeV2 from 'ray-drag-resize-v2' import 'ray-drag-resize-v2/lib/drag-resize-v2.css' Vue.use(dragResizeV2) ``` ## 使用 ``` <drag-resize-v2 @onDragResize="handleData"> content </drag-resize

0.1.8 • Published 3 years ago

react-parent-bound-drag

A React hook that provides drag functionality with configurable boundaries, directions, and thresholds. This hook supports both touch and pointer events, and allows for customizing the drag behavior, including restricting movement to certain axes or range

1.2.2 • Published 5 months ago