Data input

Time picker

Themed time entry with HH MM SS spinbuttons, optional AM/PM, and `Date` or string output.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjTimePickerComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
<kj-time-picker
  [(kjValue)]="time"
  kjValueShape="string"
  kjAriaLabel="Time"
/>

// time = signal('09:30')