Construct an item to be contained by CSS grid layout
grid_item(..., row_start = NULL, row_end = NULL, row = NULL, column_start = NULL, column_end = NULL, col = NULL, column = col, area = NULL, justify_self = NULL, align_self = NULL, z_index = NULL, order = NULL, style = NULL)
... | Items in the container |
---|---|
row_start, row_end, row, column_start, column_end, column, area | CSS properties of |
col | An alias of column |
justify_self, align_self | Strings to specify values for the CSS's justify-self and align-self properties. |
z_index, order | A string to specify the corresponding CSS property ( |
style | Additional values of the style attribute such as |