Overview of vuedraggable features
mastervuedraggable is a Vue 3.0 component that provides drag-and-drop functionality by wrapping Sortable.js. Key features include:
- Synchronization: Automatically keeps the HTML list and your Vue view model array in sync.
- Sortable.js Parity: Supports touch devices, drag handles, selectable text, smart auto-scrolling, and drag-and-drop between different lists.
- Vue 3 Compatibility: Works with Vue.js 3.0
transition-group. - UI Library Integration: You can make existing UI components (like Vuetify, Element, or Vue Material) draggable using the
tagandcomponentDataprops. - No jQuery: Zero dependency on jQuery.
- Event Reporting: Provides events to report changes for full manual control.