Parking Stub

Garage receipt with a Parking header, monospace plate, entry timestamp, and level and spot footer.

ParkingP-2891
ABC 1234
Jun 14 · 14:32Level 2 · Spot B-08

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

Import & use
import { Ticket6 } from "@/components/beste/piece/ticket6";

<Ticket6
  code="P-2891"
  plate="ABC 1234"
  enteredAt="Jun 14 · 14:32"
  level="Level 2"
  spot="B-08"
/>