vue-grid-layout-v3
Version:
A draggable and resizable grid layout, as a Vue component.
15 lines (9 loc) • 326 B
Markdown
<script setup>
import Example11Bounded from '@/example/11-bounded.vue'
</script>
# 11 - Dragging grid items bounded to grid container
<ClientOnly>
<Example11Bounded />
</ClientOnly>
<<< @/example/11-bounded.vue
[View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/src/example/11-bounded.vue)