# XWUIStyleLoader

Headless component that loads core CSS and theme at runtime. No link tags needed. Responds to xwui-style-changed from XWUIStyle/XWUIStyleSelector.

## Basic Usage

Headless component that loads core CSS and theme at runtime.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Headless component that loads core CSS and theme at runtime.
```

## Initial Theme

Load a chosen theme (modern, light, blue, inter) at runtime with no link tags.

```example
file: examples/InitialTheme.ts
html: examples/InitialTheme.html
title: Initial Theme
description: Load a chosen theme (modern, light, blue, inter) at runtime with no link tags.
```

## Dark Theme

Swap the initial theme to dark/indigo from a custom basePath, no link tags.

```example
file: examples/DarkTheme.ts
html: examples/DarkTheme.html
title: Dark Theme
description: Swap the initial theme to dark/indigo from a custom basePath, no link tags.
```

```api
```
