# XWUIInputCreditCard

Card number/expiry/CVC. Events emit last4 + brand + valid. Never charges. View never shows the PAN.

## BasicUsage

Empty card fields.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: BasicUsage
description: Empty card fields.
```

## Visa

Valid Visa test number. View shows last4 only.

```example
file: examples/Visa.ts
html: examples/Visa.html
title: Visa
description: Valid Visa test number. View shows last4 only.
```

## Expiry

Set month/year.

```example
file: examples/Expiry.ts
html: examples/Expiry.html
title: Expiry
description: Set month/year.
```

## Invalid

Reject a failing Luhn.

```example
file: examples/Invalid.ts
html: examples/Invalid.html
title: Invalid
description: Reject a failing Luhn.
```

```api
```
