1 repository
User interfaces that bind the visual position and order of draggable elements to an application state.
Distinct from Draggable Element Definitions: Focuses on the binding of the overall draggable interface to state, not just individual element definitions or registries.
Explore 1 awesome GitHub repository matching user interface & experience · Data-Bound Draggable Interfaces. Refine with filters or upvote what's useful.
vue-draggable-plus is a drag-and-drop library for Vue 2 and Vue 3 used to create data-bound draggable interfaces. It provides components for implementing list sorting and reordering elements within a sequence while synchronizing the visual position of items with the underlying application state. The library includes a cross-list transfer tool that enables the movement of items between multiple containers using shared group identifiers and cloning rules. Interaction can be restricted to specific child elements through handle-based triggering. The project covers a broad range of drag-and-drop
Implements a user interface layer that binds the visual position of dragged elements to the underlying application state.