Drag and Drop (DnD) library recommendations
Hi! I was hoping to get some recommendations for vue/nuxt compatible DnD libraries to help me build a trello style kanban. thanks
1 Reply
Hello, I really liked
vue-draggable
, it's a standard I think - at least from what I've read. It's a Sortable.js
version for vue. Otherwise you'd have to implement it from scratch from a JavaScript library such as Dragula.js