cell
Last updated
Last updated
One or more cells can be placed in a to specify the size and position of components in a column- and row-based layout. Cells can span multiple columns or rows in a grid
.
Note that specifying cell
inside a grid
is optional. Each component inside a grid will be interpreted as being inside a cell if cell
isn’t specified.
To illustrate, the following will look and work the same in an app:
None
column-span
Optional
Type: integer
Default: 1
Specify the number of columns the cell should span.
row-span
Optional
Type: integer
Default: 1
Specify the number of rows the cell should span.
show-if
and hide-if
None
See the for grid
.