Shared Package Library

HotelHolidayDetails

Common

import HotelHolidayDetails from "@dertour/ui/components/common/HotelTripCustomisation/HotelHolidayDetails"

packages/ui/src/components/common/HotelTripCustomisation/HotelHolidayDetails.tsx · used by kuoni

Internal to `HotelPage_Body_TripCustomisation_001`: the "select holiday details" row (Figma `selections`) — who's going, duration and board basis, each a labelled dropdown of the current choice. Each field is a real, controlled native `<select>` (styled to the design's 64px control with its caption above the value and a chevron), so changing any of them updates the mini-basket the parent derives. Native `<select>` keeps keyboard and mobile behaviour correct for free.


Loading demo…