# XWUIAgendaList

Day-grouped agenda with sticky date headers and empty-day states. Compose conceptually with Calendar and Timeline; do not nest those constructors.

## Basic Usage

Two meetings on consecutive days.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two meetings on consecutive days.
```

## Empty

Empty construction with no events.

```example
file: examples/Empty.ts
html: examples/Empty.html
title: Empty
description: Empty construction with no events.
```

## Empty days

Range with an empty day in the middle.

```example
file: examples/EmptyDays.ts
html: examples/EmptyDays.html
title: Empty days
description: Range with an empty day in the middle.
```

## Selected

One selected event.

```example
file: examples/Selected.ts
html: examples/Selected.html
title: Selected
description: One selected event.
```

```api
```
