Grid Layout Plus comes from Vue Grid Layout and is migrated to Vue 3.
It is constructed with
<script setup>
and normalized TypeScript.
About Vue Grid Layout
Vue Grid Layout is a grid layout system for Vue 2, like Gridster.
Heavily inspired by React Grid Layout.
- Draggable widgets
- Resizable widgets
- Static widgets
- Bounds checking for dragging and resizing
- Widgets may be added or removed without rebuilding grid
- Layout can be serialized and restored
- Automatic RTL support
- Responsive
Check out the online documentation here.
All in MIT license.