# XWUISectionGrouping

Group tasks/projects into sections in board and list views

## Basic Usage

A Kanban-style task board grouped into collapsible sections with item counts.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A Kanban-style task board grouped into collapsible sections with item counts.
```

## Static List

collapsible: false renders flat, always-open sections (a settings-style list).

```example
file: examples/StaticList.ts
html: examples/StaticList.html
title: Static List
description: collapsible false renders flat, always-open sections (a settings-style list).
```

## Collapsed By Default

defaultCollapsed: true starts every accordion section closed (dense overview).

```example
file: examples/CollapsedByDefault.ts
html: examples/CollapsedByDefault.html
title: Collapsed By Default
description: defaultCollapsed true starts every accordion section closed (dense overview).
```

```api
```
