Package Exports
- vue-grid-layout
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-grid-layout) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-grid-layout
WORK IN PROGRESS: USE AT YOUR OWN RISK!
vue-grid-layout is a grid layout system, like Gridster, for Vue.js.
Heavily inspired in React-Grid-Layout
Projects based on vue-grid-layout
Know of others? Create a PR to let me know!
Features
- Draggable widgets
- Resizable widgets
- Bounds checking for dragging and resizing
- Widgets may be added or removed without rebuilding grid
- Layout can be serialized and restored
Installation
Usage
Contribute
If you have a feature request, please add it as an issue or make a pull request.
TODO List
- Basic grid layout
- Responsive
- Draggable grid items
- Resizable grid items
- Static elements
- Min/max w/h per item
- Resizable handles on other corners