Skip to main content
  • BookingDetailsCard - Booking slot, quote, and technician info * Shows booking details if a job was scheduled during the call.

Props

booking
BookingDetails
required
booking
quote
QuoteInfo
quote

Usage

import { BookingDetailsCard } from '@/components/BookingDetailsCard';

export default function Example() {
  return (
    <BookingDetailsCard booking={booking} />
  );
}