# XWUIDashboardLiveTicker

A horizontally auto-scrolling strip of live metric snippets, stock-ticker style, for surfacing a stream of fast-changing numbers on a dashboard header or footer. Each chip shows a label, a value, and an optional colored up/down delta arrow; the strip loops seamlessly and can accept new readings at runtime without interrupting the scroll.

## Basic Usage

A left-scrolling strip of live metrics with delta arrows.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A left-scrolling strip of live metrics, each with a value and a colored up/down delta arrow; hovering the strip pauses the scroll.
```

## Live Feed

Push new readings onto a running ticker via the public API.

```example
file: examples/LiveFeed.ts
html: examples/LiveFeed.html
title: Live Feed
description: New readings arrive every few seconds via pushItem(), which appends a briefly-highlighted chip in place without restarting the scroll from zero.
```

## Reverse Direction

Scroll rightward at a custom speed with hover-to-pause disabled.

```example
file: examples/ReverseDirection.ts
html: examples/ReverseDirection.html
title: Reverse Direction
description: Configured to scroll rightward at a slower speed, with pauseOnHover disabled so it never stops.
```

## API

```api
```
