
# XWUIWorldClocks

Multi-timezone clock wall with optional live ticking and HQ emphasis.
Compose several IANA zones in one responsive grid (unlike a single
`XWUIDigitalClock`).

## Basic usage

```ts
new XWUIWorldClocks(host, {
  clocks: [
    { label: "Riyadh", timeZone: "Asia/Riyadh", hq: true },
    { label: "London", timeZone: "Europe/London" },
    { label: "New York", timeZone: "America/New_York" },
    { label: "Tokyo", timeZone: "Asia/Tokyo" },
  ],
});
```

## Origin

Ported from the Alamiya corporate site marketing clocks grid.
