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

import ListSubsectionHeaderExample from './example/ListSubsectionHeader?dev-site-example';

import ListSubsectionHeaderPropsTable from 'terra-list/lib/ListSubsectionHeader?dev-site-props-table';

<Badge />

# List Subsection Header

The list subsection header is a sub-component of the list subsection. It provides the visual representation of the subsection, but does not provided any collapsible functionality itself, it's collapsible props are for the display of the collapse/expand indicator. The subsection header should only be consumed directly when the header is static, as the actual list item collapse is handled by the subsection.

When consumed by itself as an individual list item avoid enabling the collapsible properties.

## Usage

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

## Examples
<ListSubsectionHeaderExample />

## List Subsection Header Props
<ListSubsectionHeaderPropsTable />
