vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
I went through the issues and found that some people wanted to have some sort of system to allow horizontal swapping between items, where two items on the same row...
Seeing that the vue 3 branch is getting some love, though I could not find an example in the docs using the composition-api ```html Displayed as [x, y, w, h]:...
After setting the preserveAspectRatio option to true, I observed that not all the elements actually keep the aspect ratio. For ratio = 1, everything seems to be fine, but for...
I didn't see any info about this in the docs...
Excuse me, why is the delete button missing in the upper right corner of the vue3 grid layout I built with vite? Do you still have the delete button?

Hello! I am trying to modify library to create a swap function. I have changed vue.config.js to this:  I run "npm run build-lib" and works. But when I use...
- Vue Version 2.6.12 - vue-grid-layout Version: 2.3.12 STR: 1. Set is-mirrored prop to true 2. Pass min-w prop to grid item 3. Pass max-w prop to grid item 4....
this.$refs.gridLayout.dragEvent('dragend', DragPos.i, DragPos.x, DragPos.y, 1, 1); where is the dragEvent?
Hello, I've a teeny tiny request concerning the license of this project, more details below: **Is your feature request related to a problem? Please describe.** webpack license plugin notifies an...