# XWUIDigitalClock

Digital clock as a spin-column time picker or a static/live display. Emits 24h `HH:mm[:ss]`.

## Basic Usage

Spin-column picker, 24-hour value.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Spin-column picker, 24-hour value.
```

## Live Display

Read-only live clock.

```example
file: examples/LiveDisplay.ts
html: examples/LiveDisplay.html
title: Live Display
description: Read-only live clock.
```

## Twelve Hour Picker

12-hour picker with AM/PM.

```example
file: examples/TwelveHourPicker.ts
html: examples/TwelveHourPicker.html
title: Twelve Hour Picker
description: 12-hour picker with AM/PM.
```
