Vue CSS Grid Layout - basic options
In this example you can test the basic options and collision handling:
if moved exactly to the location of another element, elements are swapped
if moved in-between two other elements, elements are moved to the right in order to make space
Options
Minimum number of rows
{{minRows}}
Minimum number of columns
{{minColumns}}
Grid width (px)
{{gridWidth}}px
Grid height (px)
{{gridHeight}}px
Animation duration (ms)
{{animationDuration}}ms
Background color
Background lines
Editable