🡔 [Layout](../layout) # Layout `grid` Align items both vertically and horizontally. You can either specify the column width (default: 320px) or set the desired number of columns. ### Override the `:column-width` (in px): ```vue-html{1} ``` ### Let elements span multiple rows or columns: ```vue-html{1,2} ``` ### Custom grid configuration You can pass any valid CSS `grid` value to the `grid` prop: ```vue-html ```