vue-grid-layout
vue-grid-layout copied to clipboard
A draggable and resizable grid layout, for Vue.js.
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...
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. 
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...