Transit Ticket

Train or bus stub with departure and arrival stations bridged by an arrow, plus service and platform.

09:42
Berlin Hbf
13:05
München Hbf
ICE 624Platform 7

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

Import & use
import { Ticket3 } from "@/components/beste/piece/ticket3";

<Ticket3
  origin="Berlin Hbf"
  destination="München Hbf"
  departTime="09:42"
  arriveTime="13:05"
  service="ICE 624"
  platform="7"
  platformLabel="Platform"
/>