Shared Package Library

QuoteCard

Common

import QuoteCard from "@dertour/ui/components/common/QuoteCard/QuoteCard"

packages/ui/src/components/common/QuoteCard/QuoteCard.tsx · not yet imported by any brand app

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…