QuoteCard
Common
import QuoteCard from "@dertour/ui/components/common/QuoteCard/QuoteCard"
Shared card for a single travel quote. Composes ListingCard for the shell and renders the price, taxes notice, trip summary, travellers and agent note. Render-only — all string composition lives in the helpers. The actions menu shows "Unarchive quote" when `onUnarchive` is supplied (past tab), otherwise "Archive quote" when `onArchive` is supplied (active tab); with neither, the menu is omitted.
Loading demo…