Lines Matching refs:grid
1 # grid-container
7 …grid-container>** component is the root container of the grid layout. Within the root container, y…
16 Only the **\<grid-row>** component is supported.
25 | columns | string \| number | auto | No| Total number of columns in the grid. If a value of the st…
26 | sizetype | string | auto | No| Size-responsive type of the grid. Available values are **xs**, **s…
28 | gridtemplate<sup>6+</sup> | string | default | No| Layout template of the grid, which defines the…
34 | Default grid| default | xs | 2 | 12 | 12 |
38 | Grid layout| grid | sm (0 < Device horizontal resolution < 600px)| 4 | 24 | 12 |
69 | getColumns | - | Returns the number of columns in the grid.|
70 | getColumnWidth | - | Returns the column width of the grid.|
71 | getGutterWidth | - | Returns the gutter width between columns of the grid.|
72 | getSizeType | - | Returns the size-responsive type of the grid container (xs\|sm\|md\|lg).|
77 For details, see [Example in grid-col](js-components-grid-col.md#example).