Installation
Examples
Basic time picker
24h and 12h format options.
Time range picker
For scheduling meetings and events.
to
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Time string (HH:MM). |
| onChange | (v: string) => void | — | Called on change. |
| label | string | — | Field label. |
| invalid | boolean | false | Error state. |
| size | 'sm'|'md'|'lg' | 'md' | Controls height. |
| format | '24h'|'12h' | '24h' | Time format. |