View Source GridRow
<GridRow>
A row of items in a grid.
Overview
Use with <Grid>
to define the rows of the grid.
<Grid>
<GridRow>
<Text>Title</Text>
<Text>Description</Text>
</GridRow>
<GridRow>
<Text>Item #1</Text>
<Text>The first of many items.</Text>
</GridRow>
</Grid>
Attributes
References
Link to this reference
alignment
The positioning of elements within the row.