Queue Ticket

Take-a-number stub with an oversized tabular call number and a footer of people ahead and estimated wait.

Your NumberA47
3 ahead of youEst. wait ~12 min

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

Import & use
import { Ticket7 } from "@/components/beste/piece/ticket7";

<Ticket7
  number="A47"
  ahead={3}
  waitTime="~12 min"
/>