GitHub

TimePicker

PreviousNext

Wheel-style time picker, 12h or 24h. Requires a UIKitProvider for i18n.

12-hour clock

Default. Three wheels: hour / minute / AM-PM.

24-hour clock

Pass hourFormat="24h" for two wheels (hour / minute).

Installation

pnpm add @appboxo/ui-kit

Requires UIKitProvider

The picker reads useUIKitTranslation() for OK / cancel labels. Wrap in <NextUIKitProvider> (Next) or <UIKitProvider translation={useTranslation}> (Vite / CRA).