# XWUIStyle

Automatically loads and applies theme CSS files based on configuration Uses styles.data.json and ThemeLoader

## Basic Usage

XWUIStyle Component Automatically loads and applies theme CSS files based on configuration Uses styles.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIStyle Component Automatically loads and applies theme CSS files based on configuration Uses styles.
```

## Manual Theme

```example
file: examples/ManualTheme.ts
html: examples/ManualTheme.html
title: Manual Theme
description: Build a theme from explicit tokens - modern dark indigo with Inter font and rounded corners - instead of following the OS preference.
```

## Scoped Theme

```example
file: examples/ScopedTheme.ts
html: examples/ScopedTheme.html
title: Scoped Theme
description: Confine a dark teal theme to one region with `scope` - the rest of the page keeps its own theme while only this subtree is restyled.
```

```api
```
