# TextList

The TextList is a component that displays a text of unordered list.

## Design & usage guidelines

Utilizing TextList is quite simple - it should typically appear following any
relevant text or content. TextList manages the presentation of a list of text
items, rendering them in a clear, organized bullet-point format. It aids in
making the content easily digestible for the user.

## Related components

This component is uses the [Content](../Content/Content.md) and
[Text](../Text/Text.md) components for displaying. This is also used for
displaying the error list in [Banner](../Banner/Banner.md) component.


## Props

### Mobile

| Prop | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `childSpacing` | `Spacing` | No | `none` | The amount of spacing that will be applied between the list items. |
| `emphasis` | `"strong"` | No | — | Change the appearance of the text |
| `items` | `string[]` | No | — | Text to display. |
| `level` | `TextLevel` | No | `text` | Visual hierarchy of the text. |
| `spacing` | `Spacing` | No | `none` | The amount of spacing that content will give. |
