---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
  name: "Vue3 Grid Layout"
  text: "A draggable and resizable grid layout, as a Vue component."
  image: /logo.png
  tagline: A grid layout system for Vue.js, like
    <a href="http://dsmorse.github.io/gridster.js/" target="_blank" style="color:#3eaf7c">Gridster</a>,
    for Vue.js. Heavily inspired by
    <a href='https://github.com/STRML/react-grid-layout' target='_blank' style="color:#3eaf7c">React-Grid-Layout</a>
  actions:
    - theme: brand
      text: Get Started →
      link: /guide

features:
  - title: Draggable
  - title: Resizable
  - title: Responsive
---

