---
url: /card-guides/list.md
description: The list component enables the ability to create lists within the card.
---

# List

The list component enables the ability to create lists within the card. The list itself does not display data, and `Text` components can be used for the display of data by using the `List` component as a container for `Text` components.

## Common Use Properties

**Instructions Property**

The set instructions determine what elements the list loops over.

Components placed inside the list can also read [List Reserved Variables](/technical/reserved-variables#list) - `list-row`, `list-size`, `list-first`, `list-last` and `breadcrumbs` - without needing to compute them yourself.
