# XWUIInputPassword

XWUIInputPassword Component Dedicated password input with visibility toggle Wraps XWUIInput with password-specific defaults.

## Basic Usage

Password input with show/hide toggle.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Password input with show/hide toggle.
```

## Sign-Up with Strength Meter

A create-password field with a live strength meter, a lock icon, and guidance text.

```example
file: examples/SignUpStrength.ts
html: examples/SignUpStrength.html
title: Sign-Up with Strength Meter
description: A registration password field showing strength, a lock icon, and helper text.
```

## Validation Error

A confirm-password field in its error state with an inline mismatch message.

```example
file: examples/ErrorMismatch.ts
html: examples/ErrorMismatch.html
title: Validation Error
description: A confirm-password field surfaced in error state with "Passwords do not match."
```

```api
```
