# XWUIDisplayMarquee

Horizontally-scrolling logo / chip strip with seamless infinite loop and pause-on-hover. Items can be logos (src + alt), labels, or links.

## Basic Usage

Strip of five text labels at default speed.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Strip of five text labels at default speed.
```

## Logo Strip

Customer-logo "trusted by" marketing pattern with images + links.

```example
file: examples/LogoStrip.ts
html: examples/LogoStrip.html
title: Logo Strip
description: Customer-logo "trusted by" marketing pattern with images + links.
```

## Multiple Rows

Two rows with alternating directions.

```example
file: examples/MultipleRows.ts
html: examples/MultipleRows.html
title: Multiple Rows
description: Two rows with alternating directions.
```

## Right To Left

`direction: "rtl"` scrolls items the other way.

```example
file: examples/RightToLeft.ts
html: examples/RightToLeft.html
title: Right To Left
description: `direction: "rtl"` scrolls items the other way.
```

```api
```
