# XWUIAuthSignInMobile

Mobile-optimized sign-in (full-bleed layout, taller inputs, social-first patterns).

## Basic Usage

Default mobile sign-in card.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Default mobile sign-in card.
```

## With Social

Apple + Google social-first pattern.

```example
file: examples/WithSocial.ts
html: examples/WithSocial.html
title: With Social
description: Apple + Google social-first pattern.
```

## Bottom Sheet

Block-3 layout used as a re-authentication prompt before a sensitive screen.

```example
file: examples/BottomSheet.ts
html: examples/BottomSheet.html
title: Bottom Sheet
description: Bottom-sheet variant with branding and a keep-me-signed-in toggle.
```

## Live Validation

Routes submit and secondary-link events to a live status line.

```example
file: examples/LiveValidation.ts
html: examples/LiveValidation.html
title: Live Validation
description: Wires onSubmit, onForgotPassword and onSignUp callbacks.
```

```api
```
