Cinema stub with title and seat on top, then a dashed split into a date row and a screen format pill.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Ticket2 } from "@/components/beste/piece/ticket2";
<Ticket2
movie="Dune: Part Two"
hall="Hall 4"
row="J"
seat="12"
date="Fri Jun 14"
time="9:30 PM"
format="IMAX"
nowShowingLabel="Now Showing"
rowPrefix="Row"
seatPrefix="Seat"
/>