Skip to content

API Reference

Vue DNDNR provides a set of components and hooks for creating draggable and resizable elements in your Vue 3 applications.

Core API

The library is built around the core useDnR hook, which provides the foundation for all dragging and resizing functionality. This hook can be used directly in your components, or you can use the DnR component wrapper that's built on top of it.

Available APIs

  • useDnR - Core hook that combines dragging and resizing functionality, also includes documentation for the DnR component
  • useSortable - Hook for creating sortable lists with drag-and-drop functionality

Released under the MIT License.