# XWUINavMobileStepper

Mobile-optimized stepper component with dots and navigation buttons Based on MUI MobileStepper pattern

## Basic Usage

A text mobile stepper showing the current position with Back and Next buttons.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: A text mobile stepper showing the current position with Back and Next buttons.
```

## Variants

The text, dots and progress variants, each driven by real step data.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: The text, dots and progress variants, each driven by real step data.
```

## Full-Width Icon Buttons

Edge-to-edge Back/Next buttons with chevron icons over a progress bar.

```example
file: examples/FullWidthIcons.ts
html: examples/FullWidthIcons.html
title: Full-Width Icon Buttons
description: fullWidthButtons and showIcons on a checkout flow.
```

## Live Survey

A dots stepper whose buttons actually advance through survey questions.

```example
file: examples/LiveSurvey.ts
html: examples/LiveSurvey.html
title: Live Survey
description: setActiveStep moves dots and swaps the question text.
```

```api
```
