import { Badge } from 'terra-list/package.json?dev-site-package';

import ListSubsectionExample from './example/ListSubsection?dev-site-example';

import ListSubsectionPropsTable from 'terra-list/lib/ListSubsection?dev-site-props-table';

<Badge />

# List Subsection

The list subsection component creates a subsection header and layouts it out with the passed child list items. The subsection provides the ability to display and collapse a subsection within a logical group. The list subsection will render as a flat list.

## Usage

```jsx
import List, { Item, Subsection } from 'terra-list';
```

## Examples
<ListSubsectionExample />

## List Subsection Props
<ListSubsectionPropsTable />
