Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qmhc/grid-layout-plus

A draggable and resizable grid layout, for Vue 3.
https://github.com/qmhc/grid-layout-plus

drag-and-drop grid-layout javascript typescript vite vue vue-component vue3 widget

Last synced: 11 days ago
JSON representation

A draggable and resizable grid layout, for Vue 3.

Awesome Lists containing this project

README

        





Grid Layout Plus



npm version

## What is Grid Layout Plus?

Grid Layout Plus comes from [Vue Grid Layout](https://github.com/jbaysolutions/vue-grid-layout) and is migrated to Vue 3.

> It is constructed with `` and normalized TypeScript.

<details>
<summary>About Vue Grid Layout</summary>

## What is Vue Grid Layout?

Vue Grid Layout is a grid layout system for Vue 2, like [Gridster](http://dsmorse.github.io/gridster.js/).

**Heavily inspired by [React Grid Layout](https://github.com/STRML/react-grid-layout).**

</details>

## 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
- Responsive

## Documentation

Check out the online documentation [here](https://grid-layout-plus.netlify.app/).

## License

All in [MIT](./LICENSE.md) license.