UNPKG

vue-grid-layout-v3

Version:

A draggable and resizable grid layout, as a Vue component.

12 lines (8 loc) 451 B
# 10 - Drag From Outside This demo shows what happens when an item is added from outside of the grid. <br/> Once you drop the item within the grid you'll get its coordinates/properties and can perform actions with it accordingly. [View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/docs/.vuepress/components/Example10DragFromOutside.vue) <ClientOnly> <Example10DragFromOutside></Example10DragFromOutside> </ClientOnly>