vue-fluid-dnd
vue-fluid-dnd copied to clipboard
propose to add support for lockAxis
smooth-dnd library supports property lockAxis. It locks the movement axis (x for horizontal, y for vertical) of the dragging.
other libraries such as VueDraggable (based on SortableJS) don't support lockAxis. It would be nice to have this feature.
@carlosjorger Hey, I used your library and found it really great compared to others. However, it would be even better if it had Lock Axis and Placeholder functions. Thanks, and I hope you’ll add these features soon!
@topvis @tienphamvanvn im planing to add this feature soon
done https://fluid-dnd.netlify.app/svelte/guides/events/mapcoordinates/
done https://fluid-dnd.netlify.app/svelte/guides/events/mapcoordinates/
thank you so much!
@carlosjorger I tried it and it worked, but I used this package (https://www.npmjs.com/package/vue-fluid-dnd), is it yours? Can you update it? I used it because it’s pretty lightweight, thanks bro!
"vue-fluid-dnd" was the old name because it was Vue-exclusive. Please switch to the new "fluid-dnd" version, which includes all new features and fewer bugs.