- BookingDetailsCard - Booking slot, quote, and technician info * Shows booking details if a job was scheduled during the call.
Props
BookingDetails
required
booking
QuoteInfo
quote
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { BookingDetailsCard } from '@/components/BookingDetailsCard';
export default function Example() {
return (
<BookingDetailsCard booking={booking} />
);
}