# XWUIVideoSuggestionsList

The YouTube right-rail "Up next" panel: an optional "Up next" header with an Autoplay checkbox, above a vertical stack of compact XWUIVideoListResult tiles (rendered at a 168px thumbnail width with channel avatar and description hidden). Pass `data.items` (XWUIVideoListResult entries - `id`, `thumbnail`, `title`, `channelName`, `views`, `age`) and an `onAutoplayToggle` handler; control the header and default autoplay state with `conf_comp.showHeader` and `conf_comp.autoplay`.

## Basic Usage

An "Up next" rail of three suggested videos with an Autoplay toggle in the header.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A vertical "Up next" suggestions rail of three compact video tiles with an Autoplay header toggle.
```

## Long Rail

A deeper queue of six compact suggestion tiles across several channels.

```example
file: examples/LongRail.ts
html: examples/LongRail.html
title: Long Rail
description: A taller "Up next" rail of six suggestion tiles spanning multiple channels and durations.
```

## Mixed Rail Without Header

A rail that mixes a live tile with on-demand videos and hides the header.

```example
file: examples/MixedRail.ts
html: examples/MixedRail.html
title: Mixed Rail Without Header
description: A suggestions rail leading with a live tile and on-demand videos, with the Up next header and Autoplay toggle hidden.
```

```api
```
