# XWUICountries

ISO country picker (select / list variants) with flags and localized names.

## Catalog policy

Israel (`IL`), Hebrew (`he` / `iw`), and the ILS currency are intentionally
omitted from XWUI country, language, city, phone, flag, and currency catalogs
(shared filter in `geoIntl.ts` / `currency-rates.ts`). We try to stay neutral,
but we don't support genocide and anti-humanity until the ICJ is able to
execute justice.

## Basic Usage

Full country dropdown.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Full country dropdown.
```

## Subset

GCC-only searchable list.

```example
file: examples/Subset.ts
html: examples/Subset.html
title: Subset
description: GCC-only searchable list.
```

## Shipping Destination

A checkout dropdown limited to the countries the store ships to, with helper text.

```example
file: examples/ShippingDestination.ts
html: examples/ShippingDestination.html
title: Shipping Destination
description: Dropdown limited to supported shipping countries.
```

## Billing Country

A searchable billing-country dropdown prefilled with the customer's current country.

```example
file: examples/BillingCountry.ts
html: examples/BillingCountry.html
title: Billing Country
description: Searchable dropdown prefilled with the billing country.
```

```api
```
