VGrid
Vuero come with VGrid and VGridItem which are utility components to compose CSS grid layout with ease. The component VGrid will represent the grid container and can contains anything in its slot. The component VGridItem allow to have finest control how the item is positioned inside the VGrid parent.
You can find a complete guide on css-tricks.com
| Name | Default | Type |
|---|---|---|
| :align-content | ||
| :align-items | ||
| :column-gap | ||
| :grid-auto-columns | ||
| :grid-auto-flow | ||
| :grid-auto-rows | ||
| :grid-template-areas | ||
| :grid-template-columns | ||
| :grid-template-rows | ||
| :inline | ||
| :justify-content | ||
| :justify-items | ||
| :place-content | ||
| :row-gap |