---
id: task-list
title: TaskList
---

# TaskList

TaskList is a component that displays number of steps required to complete a process inside your application.

## How to use

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

### With dense style

<code src="@digigov/ui/src/content/TaskList/__stories__/Dense.tsx" />

## API

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

<ComponentProps componentName={[
  "TaskList",
  "TaskListItem",
  "TaskListItemHeading",
  "TaskListItemContent",
  "TaskListItemTag"
  ]} /> 
