# XWUIDashboardBreadcrumbTrail

A breadcrumb trail for dashboard drill-down state, paired with `XWUIDashboardDrilldownTable`. It shows the path the user has drilled into, lets them jump back to any ancestor level, and collapses the middle of long paths behind a "…" popover.

## Basic Usage

A short drill-down path with no collapsing.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A short drill-down path with no collapsing.
```

## Long Path Collapsed

A deep drill-down path collapses the middle behind a "…" popover.

```example
file: examples/LongPathCollapsed.ts
html: examples/LongPathCollapsed.html
title: Long Path Collapsed
description: A deep drill-down path collapses the middle behind a "…" popover.
```

## API

```api
```
