2.4.11 • Published 1 year ago
vue-grid-layout-horizontal v2.4.11
Documentation Website
What is Vue Grid Layout Horizontal?
This is a fork of vue-grid-layout. It's made for people, who want to have horizontal stacking of tiles. Also there are some fixes of basic library.
Changes
Everything is the same as in the base library. Nevertheless here the list of changes and additions:
New events in GridItem
Event | Description |
---|---|
resizeMove | Calls when you resize your tile. Returns new size of your tile in container coordinates. |
dragMove | Calls when you drag your tile. Returns new position of your tile in container coordinates. |
New prop in GridLayout
For better understanding prop vertical-compact
was replaced by horizontal-compact
.
Documentation
Check out the Documentation Website