Installation
Props
| Prop | Type | Default | Description |
|---|---|---|---|
startHour | number | 8 | First bookable hour (0–23) |
endHour | number | 18 | Last bookable hour (0–23) |
interval | number | 30 | Slot interval in minutes |
onConfirm | (value: { date: string; time: string }) => void | - | Fires with YYYY-MM-DD date and HH:MM time |
sound | boolean | true | Enable soft tick on interactions |

