vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Vue3 Component for draggable and resizable elements.
I have an array of 'models' whose position & size data is passed into to my vue-draggable-resizable components as props. I'm attempting to add collision detection that results in resetting...
I am using your library to create a management dashboard. It works well for what I am considering to do except when the user wants to see dashboard on a...
I have a bit more unique requirement where im injecting my draggable component into an iframe. It doesn't seem that this is supported. The main problem I run into is...
Can the handle be separated? I need to hide the dragged elements and display the handle. Like PS transform 
version: 2.0.0-rc1 When element size (prop `w` and `h`) is float point number, update prop `w` and `h` won't change the size of element. The calculation for RAW value was...
Actually when you click (without moving) on a disabled component the `resizing` event is fired **before** `activated` Problem is, I have multiple resizable components in a v-for loop, and I...
This way, the .sync (https://vuejs.org/v2/guide/components.html#sync-Modifier) works for the :x.sync :y.sync :w.sync :h.sync bindings
I'm trying to create some kind of effect, where I have multiple Scrabble-tiles and the tile that is dragged needs to be twice the size. After dropping the tile, it...