a7650 / vue3-draggable-resizable

[Vue3 组件] 用于拖拽调整位置和大小的的组件,同时支持元素吸附对齐,实时参考线。
MIT License
630 stars 126 forks source link

Grid movement #38

Open VincentVanclef opened 2 years ago

VincentVanclef commented 2 years ago

Really loving this library! Would it be possible to add grid-movement however? So you can add prop like :grid="[5, 5]" so it moves in a 5x5 pixels grid. So you have to drag the mouse 5 pixels in any direction for it to move

Thanks!

a7650 commented 2 years ago

Thanks for your suggestion. I will consider adding this feature later.