vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Vue3 Component for draggable and resizable elements.

Results 140 vue-draggable-resizable issues
Sort by recently updated
recently updated
newest added

When the lock-aspect-ratio is false, the four diagonal points are scaled, the opposite diagonal points will be used as the fixed point for resizing. When the lock-aspect-ratio is true, the...

![image](https://user-images.githubusercontent.com/32184322/60940885-ad5e8300-a30f-11e9-8077-73c19b9cb80a.png) Props of the VDR component instance are wrong as shown in the image, that is in my **_resizing_** callback function , the component show correctly when that was mounted...

Hello when I try to add false to :w or :h I get this error [Vue warn]: Invalid prop: type check failed for prop "h". Expected Number, String, got Boolean...

Hi there, I was looking at the codebase to cover the enhancement request regarding the possibility to set the parent as CSS selector (see open issues) and half way through...

![image](https://user-images.githubusercontent.com/25242102/77148170-f505f300-6ac9-11ea-919c-310a15b802c9.png) type check failed for prop "w". Expected Number with value NaN, got String with value "auto"

There is something wrong when the grid x / y are on floating points. A grid of: [25, 16.66666666667 (or just 16.67)] will prevent you from sometimes moving correctly towards...

After upgrading from v2.0.0-rc1 to v2.2.0 , the new CSS translation logic for x,y position breaks. I have a parent div with the following css wrapping a child VueDraggableResizable: `.parent...

Hi, Firstly thanks for the great component. I have just installed 2.2.0 and have been trying out the auto width and height properties. My use case is an embedded tinymce...

Was wondering if it's possible to use percent instead of pixels.