# XWUIDeferredContent

Viewport-deferred text. Content is a text child (never HTML). Adapter IntersectionObserver is a jsdom no-op; host may call reveal(). Do not nest Skeleton.

## Basic Usage

Placeholder until visible.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Placeholder until visible.
```

## Visible

Already in view.

```example
file: examples/Visible.ts
html: examples/Visible.html
title: Visible
description: Already in view.
```

## Content

Text payload, never HTML.

```example
file: examples/Content.ts
html: examples/Content.html
title: Content
description: Text payload, never HTML.
```

## Reveal

Host calls reveal().

```example
file: examples/Reveal.ts
html: examples/Reveal.html
title: Reveal
description: Host calls reveal().
```

```api
```
