Components

The List components include the following:

  • List - Vertical layout for displaying rows of information.
  • ListRow - Horizontal row for list items.
  • ListColGrow - Makes a column fill remaining space in the row.
  • ListColWrap - Makes a column wrap to the next line in the row.

List

The List component is a vertical flex layout container for displaying content in rows. Use ListRow as direct children for each row of data.

ListRow

The ListRow component is a horizontal grid layout for displaying data in a row. Use it inside List.

ListColGrow

The ListColGrow component is a modifier for use inside ListRow to make a column grow and fill remaining horizontal space.

ListColWrap

The ListColWrap component is a modifier for use inside ListRow to make a column wrap to the next line.