Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gitwithravish's avatar

What are some good draggable javscript libraries?

I want to create a draggable and resizable grid interface for vue components. Any suggestions for a Javascript library? (vanillaJS, vueJS or jQuery0.)

Example site

https://www.cryptotiles.io/?utm_source=github&utm_medium=web&utm_campaign=vue-grid-layout

Functionalities I am trying to build

  • Allow user to add a vue component to the workspace.
  • Allow him to drag and resize those components according to the grid
  • Save the state of the vue component and positioning of each components
  • Use the saved data to re render ui when user requests for it.
0 likes
9 replies
Sinnbeck's avatar

Are you already using a js framework? And is it drag around (draggable) or drag and drop (drop stuff into other stuff). I use react and have both in a project

gitwithravish's avatar

@sinnbeck I aint using any frameworks as if now. I want to develop this using and js or vuejs library

Sinnbeck's avatar

@ravish Still wondering if it is draggable or drag and drop. You said drag and drop, but people are linking to draggable (which I think is correct, but I would prefer to be sure)

Please or to participate in this conversation.