vue-grid-layout-v3
Version:
A draggable and resizable grid layout, as a Vue component.
15 lines (9 loc) • 421 B
Markdown
<script setup>
import Example08ResponsivePredefinedLayouts from '@/example/08-responsive-predefined-layouts.vue'
</script>
# 08 - Responsive with predefined layouts
<ClientOnly>
<Example08ResponsivePredefinedLayouts />
</ClientOnly>
<<< @/example/08-responsive-predefined-layouts.vue
[View source](https://github.com/merfais/vue-grid-layout-v3/blob/master/website/src/example/08-responsive-predefined-layouts.vue)