Draggable Hierarchical List For Vue.js – vue-nestable

Install & Download:

# NPM
$ npm install vue-nestable --save

Description:

A powerful draggable hierarchical list component for Vue.js.

Features:

  • Reorder items by dragging them above another item
  • Intuitively nest items by dragging right
  • Fully customizable, ships with no css
  • Everything is configurable: item identifier, max nesting level, threshold for nesting

Preview:

Draggable Hierarchical List For Vue.js

Changelog:

v2.6.0 (08/27/2020)

  • Replaces deprecated Event.srcElement with Event.target.

Add Comment