32 lines
939 B
Markdown
32 lines
939 B
Markdown
---
|
|
layout: HomeLayout
|
|
home: true
|
|
heroImage: /assets/img/logo.png
|
|
heroText: Vue Grid Layout
|
|
tagline: A grid layout system for Vue.js, like <a href="http://dsmorse.github.io/gridster.js/" target="_blank">Gridster</a>, for Vue.js. Heavily inspired by <a href='https://github.com/STRML/react-grid-layout' target='_blank'>React-Grid-Layout</a>
|
|
actionText: Get Started →
|
|
actionLink: /guide/
|
|
features:
|
|
- title: ✥ Draggable widgets
|
|
details:
|
|
- title: ⇲ Resizable widgets
|
|
details:
|
|
- title: Static widgets
|
|
details:
|
|
- title: Bounds checking for dragging and resizing
|
|
details:
|
|
- title: Widgets can be added or removed without rebuilding grid
|
|
details:
|
|
- title: Layout can be serialized and restored
|
|
details:
|
|
- title: Automatic RTL support (resizing not working with RTL on 2.2.0)
|
|
details:
|
|
- title: Responsive
|
|
details:
|
|
- title: Min/max w/h per item
|
|
details:
|
|
---
|
|
|
|
<HomeFooter></HomeFooter>
|
|
|