draggers

you can check the example included in this repository, all you have to do is include the class you want to use for the draggable item, and the class you are using for the containers.

Usage no npm install needed!

<script type="module">
  import draggers from 'https://cdn.skypack.dev/draggers';
</script>

README

Dragger

how to use

you can check the example included in this repository, all you have to do is include the class you want to use for the draggable item, and the class you are using for the containers.

dragger({ empty: '.slot', drag: '.dragger' });