Skip to content

Kirby 3.5.7.1

Draggable

<k-draggable>

The Draggable component implements the Vue.Draggable library which is a wrapper for the widespread Sortable.js library.

<k-draggable>
  <li>Drag me.</li>
  <li>Or me.</li>
  <li>Drop it!</li>
</k-draggable>

Please find all documentation regarding the possibilities over on the Vue.Draggable documentation. Whenever you read <draggable> there, think <k-draggable>.