# XWUISplashScreen

A basic-tier full-screen boot splash. It reuses the fade/skip lifecycle from `XWUIGameSplashScreen`, composes `XWUISpinner` for loading feedback, and optionally mounts `XWUILogo` or a plain image. Status text can be a single `message` or a rotating `messages` list.

## Basic Usage

Logo, spinner, and a single status line with timed auto-dismiss.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Boot splash with logo, spinner, message, and click-to-skip.
```

## Rotating Messages

Cycle through multiple status lines while the app hydrates.

```example
file: examples/RotatingMessages.ts
html: examples/BasicUsage.html
title: Rotating Messages
description: Multiple boot messages with a configurable rotation interval.
```

```api
```
