diff --git a/examples/grid.html b/examples/grid.html index 26d8f6650..e3b9f6db0 100644 --- a/examples/grid.html +++ b/examples/grid.html @@ -7,7 +7,7 @@ -
Specifying a grid column count will divide columns into rows of predetermined column count. Additional columns will automatically flow to the next row.
+You can also specify column widths for each column individually
+Some special variations that format grids like tables require you to specify rows. For example a divided grid
or a celled grid
requires row wrappers.
If a row does not take up all sixteen grid columns, you can use a ui centered grid
, centered row
, or centered column
to center the column contents inside the grid.
Specifying a column count will divide columns into rows of predetermined column count. Additional columns will automatically flow to the next row.
-Specifying an equal width grid
will automatically determine column sizes to fit evenly inside one row
You can set columns to double in width at each device jump