vue-grid-layout icon indicating copy to clipboard operation
vue-grid-layout copied to clipboard

A draggable and resizable grid layout, for Vue.js.

Results 191 vue-grid-layout issues
Sort by recently updated
recently updated
newest added

Ensure that the aspect ratio is preserved if the preserveAspectRatio option is true on snapping the element to grid. Related to #555 .

Prevent resizing outside the parent when preserveAspectRatio is enabled to avoid issues with the ratio. Related to [#547](https://github.com/jbaysolutions/vue-grid-layout/issues/547)

Like in the subject? Is there a way to do that? How are you updating layout on vuex?

I am trying to move child elements without affecting the position of other elements, free layout implementation, I would like to ask if there is a solution. Thank you

@gmsa If considering adding tests, I recommend `Jest`. Because `Jest` has the following advantages: * Easy to get started * Built-in assertion and mock functions * Built-in test coverage statistics...

help wanted

I want to reset the size only from the X axis or the Y axis.

Allow resizing from extra handles within an item. Bottom-right-corner-only is not enough. ![image](https://user-images.githubusercontent.com/7949617/55486933-1655a100-5625-11e9-9b9d-ee84d4340fd2.png)

Relatively new here, I'm trying to convert my app to be all class based components with the render function in typescript I tried `import {GridLayout, GridItem} from vue-grid-layout`, but get...

**Describe the solution you'd like** I want to resize by dragging the border, But I don’t seem to see this API. **Describe alternatives you've considered** Something like this: Define resize...

enhancement
help wanted