# XWUIDashboardActivityFeed

A live activity/audit feed panel: a vertical timeline of actor/action/target events grouped by day, with multi-select type filter chips and a "Load more" button. The host owns fetching the next page and passes it to `appendEntries()`.

## Basic Usage

A day-grouped timeline with type filter chips.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A day-grouped activity timeline with actor/action/target sentences, relative timestamps, and type filter chips.
```

## Loading More Entries

Wiring `onLoadMore()` to fetch and append the next page with `appendEntries()`.

```example
file: examples/LoadingMore.ts
html: examples/LoadingMore.html
title: Loading More Entries
description: Handling the "Load more" button by fetching another page and appending it with appendEntries(), including the button hiding once the host reports no more pages.
```

## API

```api
```
