Boarding Pass

Airline boarding card with FROM and TO airport codes, a flight line, and a dashed divider above date, flight, and seat.

ISTFrom
LHRTo
FlightTK 1971
DateJun 14
Seat12A

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Boarding1 } from "@/components/beste/piece/boarding1";

<Boarding1
  from="IST"
  to="LHR"
  date="Jun 14"
  flight="TK 1971"
  seat="12A"
/>