# XWUIStyleToggle

Drop-in style cycler. Shows the active preset name + count chip; click cycles forward, caret opens a dropdown picker.

## Basic Usage

Two-preset Light/Dark toggle.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two-preset Light/Dark toggle.
```

## Multiple Presets

Cycle through Light → Dark → Night → Glass → Sharp.

```example
file: examples/MultiplePresets.ts
html: examples/MultiplePresets.html
title: Multiple Presets
description: Cycle through Light → Dark → Night → Glass → Sharp.
```

## Minimized System Toggle

Icon-only cycler stepping Light → Dark → System, where System follows the OS preference.

```example
file: examples/MinimizedSystemToggle.ts
html: examples/MinimizedSystemToggle.html
title: Minimized System Toggle
description: Compact icon-only toggle with a followOS "System" preset and per-state feather icons.
```

## Brand Theme Switcher

Flip a multi-tenant app between four brand identities, each bundling its own style, color, accent, roundness, and font.

```example
file: examples/BrandThemeSwitcher.ts
html: examples/BrandThemeSwitcher.html
title: Brand Theme Switcher
description: Caret picker over Studio / Aurora / Editorial / Forge, opening on Aurora via activeIndex.
```

```api
```
