# XWUIVideoListResult

A horizontal video search-result / "Up next" row: a composed XWUIVideoThumbnail on the left (with duration overlay or LIVE badge) beside a meta column of title, channel name (with optional XWUIAvatar and verified tick), a views · age line, and an optional description. Pass `data.title` and `data.channelName` (required) plus `data.thumbnail` ({ src, alt, durationSec, isLive }), `data.views`, `data.age`, `data.description`, and `data.channelVerified`; tune `conf_comp.thumbnailWidth`, `conf_comp.showChannelAvatar`, and `conf_comp.showDescription`. It is the tile reused by XWUIVideoSuggestionsList and XWUIVideoThumbnailGrid.

## Basic Usage

A search-result row for a 6:12 video by a verified Ops Engineering channel with views, age, and a description.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A horizontal video result with a 372-second thumbnail, verified channel, 12K views / 2 days ago, and description.
```

## Live Result

A result for an ongoing broadcast with a LIVE badge and a watching count.

```example
file: examples/LiveResult.ts
html: examples/LiveResult.html
title: Live Result
description: A live search result whose thumbnail shows the LIVE badge and whose stats line reports a watching count.
```

## Verified Channel With Avatar

A title-led result that shows the channel avatar and hides the description via config.

```example
file: examples/VerifiedResult.ts
html: examples/VerifiedResult.html
title: Verified Channel With Avatar
description: A result configured to show the channel avatar next to a verified tick with the description hidden for a compact row.
```

```api
```
