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

import ListSectionExample from './example/ListSection?dev-site-example';

import ListSectionPropsTable from 'terra-list/lib/ListSection?dev-site-props-table';

<Badge />

# List Section

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

## Usage

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

## Examples
<ListSectionExample />

## List Section Props
<ListSectionPropsTable />
