Sports Ticket

League header above a home and away matchup, with a stadium footer of section, row, seat, gate, and tip-off.

NBA · Game 5
LakersWarriors
Sec 112 · Row 8 · Seat 14
Gate 37:30 PM

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

Import & use
import { Ticket9 } from "@/components/beste/piece/ticket9";

<Ticket9
  league="NBA · Game 5"
  homeTeam="Lakers"
  awayTeam="Warriors"
  section="112"
  row="8"
  seat="14"
  gate="3"
  time="7:30 PM"
/>