# XWUIWizard

Reusable multi-step wizard. Each step has a label and a list of fields (text / select / radio / switch). Optional step indicator.

## Basic Usage

Two-step wizard (About + Preferences).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Two-step wizard (About + Preferences).
```

## Onboarding

Three-step SaaS onboarding pattern with step indicator.

```example
file: examples/Onboarding.ts
html: examples/Onboarding.html
title: Onboarding
description: Three-step SaaS onboarding pattern with step indicator.
```

## With Radios

Plan picker + billing step.

```example
file: examples/WithRadios.ts
html: examples/WithRadios.html
title: With Radios
description: Plan picker + billing step.
```

```api
```
