Grid list

Grid lists are an addon for the v-container component that add gutter control between items.

Usage

Grid lists augment the v-container component to allow for greater flexibility with gutters. It comes in 5 variants, from xs to xl and can be dynamically changed.

API

v-container
Name
align-baseline
Default
false
Type
Boolean

Align items to the baseline.

Name
align-center
Default
false
Type
Boolean

Align items to the center.

Name
align-content-center
Default
false
Type
Boolean

Align content to the center.

Name
align-content-end
Default
false
Type
Boolean

Align content to the end.

Name
align-content-space-around
Default
false
Type
Boolean

Align content to the space around.

Name
align-content-space-between
Default
false
Type
Boolean

Align content to the space between.

Name
align-content-start
Default
false
Type
Boolean

Align content to the start.

Name
align-end
Default
false
Type
Boolean

Align items to the end.

Name
align-start
Default
false
Type
Boolean

Align items to the start.

Name
d-{type}
Default
false
Type
Boolean

Specify to display an element as flex/inline-flex/block etc. Syntax is d-{type}. For example d-flex.

Name
fill-height
Default
false
Type
Boolean

Make sure that col element height is filled with parent and child. Important for Safari/Firefox if children is column element.

Name
fluid
Default
false
Type
Boolean

Removes viewport size breakpoints

Name
grid-list-{xs through xl}
Default
false
Type
Boolean

Sets the gutter between grid list items ranging from 2px to 24px

Name
id
Default
undefined
Type
string

Sets the DOM id on the component

Name
justify-center
Default
false
Type
Boolean

Justify content to the center.

Name
justify-end
Default
false
Type
Boolean

Justify content to the end.

Name
justify-space-around
Default
false
Type
Boolean

Justify content to the space around.

Name
justify-space-between
Default
false
Type
Boolean

Justify content to the space between.

Name
justify-start
Default
false
Type
Boolean

Justify content to the start.

Name
tag
Default
div
Type
String

Specify a custom tag to use on the component

Examples

Grid lists

Grid lists will work seamlessly with your current grid implementation and allow you to create amazing user interfaces.

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore