Airline boarding card with FROM and TO airport codes, a flight line, and a dashed divider above date, flight, and seat.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Boarding1 } from "@/components/beste/piece/boarding1";
<Boarding1
from="IST"
to="LHR"
date="Jun 14"
flight="TK 1971"
seat="12A"
/>