# XWUIInputNumber

XWUIInputNumber Component Dedicated number input with increment/decrement controls.

## Basic Usage

Numeric input with increment/decrement controls.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Numeric input with increment/decrement controls.
```

## Currency Amount

A price field with two-decimal precision, no negatives, and a 50-cent step.

```example
file: examples/Currency.ts
html: examples/Currency.html
title: Currency Amount
description: A money input locked to two decimals, stepping by 50 cents from zero up.
```

## Disabled & Sizes

A locked quantity shown next to compact and large editable steppers.

```example
file: examples/DisabledQuantity.ts
html: examples/DisabledQuantity.html
title: Disabled & Sizes
description: A disabled quantity alongside small and large stepper variants.
```

```api
```
