# XWUIPickerTime

XWUIPickerTime Component Time picker (popup) - extends XWUIPicker, embeds XWUITimePicker.

## Basic Usage

XWUIPickerTime Component Time picker (popup) - extends XWUIPicker, embeds XWUITimePicker.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: XWUIPickerTime Component Time picker (popup) - extends XWUIPicker, embeds XWUITimePicker.
```

## Real-World

PickerTime in a realistic application context.

```example
file: examples/RealWorld.ts
html: examples/RealWorld.html
title: Real-World
description: PickerTime in a realistic application context.
```

## Appointment Booking

A clinic booking control where a 12-hour picker opens under a button and echoes the chosen slot into a confirmation line.

```example
file: examples/AppointmentBooking.ts
html: examples/AppointmentBooking.html
title: Appointment Booking
description: A 12-hour time picker opens beneath a button; the selected slot is shown via the change handler.
```

## Shift Scheduler

A 24-hour shift-start picker with seconds precision, pre-filled and updatable to the current time via setValue/getValue.

```example
file: examples/ShiftScheduler.ts
html: examples/ShiftScheduler.html
title: Shift Scheduler
description: A 24-hour seconds-precision picker with a "Set to now" button driving setValue/getValue.
```

```api
```
