# XWUIMobileStepper

Mobile-optimised stepper (MUI MobileStepper pattern) with dots / progress / text variants.

## Basic Usage

Dot stepper at step 2 of 5.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Dot stepper at step 2 of 5.
```

## Progress Variant

Linear progress bar variant.

```example
file: examples/ProgressVariant.ts
html: examples/ProgressVariant.html
title: Progress Variant
description: Linear progress bar variant.
```

## Review Final Step

Text-counter variant on the last step with a relabelled, auto-disabled action button.

```example
file: examples/ReviewFinalStep.ts
html: examples/ReviewFinalStep.html
title: Review Final Step
description: Text variant, custom next label, end-of-flow disabling.
```

## Onboarding Carousel

A live dot-stepper whose Next/Back buttons actually advance the carousel.

```example
file: examples/OnboardingCarousel.ts
html: examples/OnboardingCarousel.html
title: Onboarding Carousel
description: setActiveStep wired to move dots and swap captions.
```

```api
```
