SafetyScreen-ui/node_modules/vue-grid-layout
haozq 723f80cdec first commit 2025-03-29 19:33:58 +08:00
..
.github first commit 2025-03-29 19:33:58 +08:00
dist first commit 2025-03-29 19:33:58 +08:00
public first commit 2025-03-29 19:33:58 +08:00
src first commit 2025-03-29 19:33:58 +08:00
test first commit 2025-03-29 19:33:58 +08:00
website first commit 2025-03-29 19:33:58 +08:00
.browserslistrc first commit 2025-03-29 19:33:58 +08:00
.eslintrc.js first commit 2025-03-29 19:33:58 +08:00
LICENSE first commit 2025-03-29 19:33:58 +08:00
README-zh_CN.md first commit 2025-03-29 19:33:58 +08:00
README.md first commit 2025-03-29 19:33:58 +08:00
babel.config.js first commit 2025-03-29 19:33:58 +08:00
jest.config.js first commit 2025-03-29 19:33:58 +08:00
package-lock.json first commit 2025-03-29 19:33:58 +08:00
package.json first commit 2025-03-29 19:33:58 +08:00
postcss.config.js first commit 2025-03-29 19:33:58 +08:00
vue.config.js first commit 2025-03-29 19:33:58 +08:00

README.md

Vue Grid Layout

vue-grid-layout

Documentation Website

What is Vue Grid Layout?

vue-grid-layout is a grid layout system, like Gridster, for Vue.js. Heavily inspired by React-Grid-Layout

Features

  • 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 (resizing not working with RTL on 2.2.0)
  • Responsive

Current version: 2.4.0 (Supports Vue 2.2+)

For legacy browsers, like IE11, use version 2.3.12-legacy

For Vue 2.1.10 and below use version 2.1.3

For Vue 1 use version 1.0.3

Documentation

Check out the Documentation Website

Projects using vue-grid-layout

Know of others? Create a PR to let me know!

Contribute

If you have a feature request, please add it as an issue or make a pull request.

Developed by JBay Solutions