Overview of vue.draggable.next features
mastervue.draggable.next is a Vue 3 component that provides drag-and-drop functionality while keeping the HTML and your view model list in sync.
Key features include:
- Full support for Sortable.js features (touch support, drag handles, auto-scrolling, and cross-list dragging).
- No jQuery dependency.
- Compatibility with Vue.js 3.0
transition-group. - Cancellation support and event reporting for full control.
- Ability to make existing UI library components (like Vuetify, Element, or Vue Material) draggable using the
tagandcomponentDataprops.