Booking Summary Card

Booking confirmation / review summary card with optional image, title, subtitle, itemised price line items, total, and cancellation policy. Used on checkout review and confirmation screens.

core/booking-summary-card

Installation

1 · Add registry to components.json

2 · Install component

Examples

Booking summary card

Composed results page

API Reference

PropTypeDescription
titlereq
stringBooking title.
imageUrl
stringOptional cover image URL.
subtitle
stringDate, time, or location summary.
lineItems
LineItem[]Cost breakdown items.
total
MoneyTotal amount to pay.
policy
stringCancellation policy text.
loading
booleanShows loading skeleton.