BookingModal
Customize the booking modal that appears when visitors click to book a slot.
Overview
The BookingModal component controls the booking flow UI. It's rendered automatically when a visitor clicks to book, but you can customize its appearance.
Props
| Prop | Type | Description |
|---|---|---|
onClose | () => void | Called when modal is dismissed |
onSuccess | (booking: Booking) => void | Called after successful booking |
Customization
Content coming soon.