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-cardInstallation
1 · Add registry to components.json
2 · Install component
Examples
Booking summary card
Composed results page
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
titlereq | string | — | Booking title. |
imageUrl | string | — | Optional cover image URL. |
subtitle | string | — | Date, time, or location summary. |
lineItems | LineItem[] | — | Cost breakdown items. |
total | Money | — | Total amount to pay. |
policy | string | — | Cancellation policy text. |
loading | boolean | — | Shows loading skeleton. |