---
id: list
title: List
---

# List

## How to use

<code src="@digigov/ui/src/content/List/__stories__/Default.tsx" />

### With bullets

<code src="@digigov/ui/src/content/List/__stories__/BulletList.tsx" />

### With numbers

<code src="@digigov/ui/src/content/List/__stories__/NumberedList.tsx" />

### With extra space

<code src="@digigov/ui/src/content/List/__stories__/WithExtraSpace.tsx" />

## API

See below for a complete reference to all of the props  available to the components mentioned here.

<ComponentProps componentName={["List", "ListItem"]} />
