{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "cinema-ticket-shadcnui", "type": "registry:component", "title": "Cinema Ticket", "description": "Cinematic theater ticket with rip effect and barcode", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/sections/cinema-ticket.tsx", "content": "\"use client\";\n\nimport { Badge } from \"@/components/ui/badge\";\nimport { motion } from \"framer-motion\";\nimport { Calendar, Clock, Film, MapPin, QrCode, Star } from \"lucide-react\";\n\nexport function CinemaTicket() {\n return (\n
\n \n {/* Poster Section */}\n
\n
\n \n\n
\n \n IMAX 3D\n \n
\n\n
\n \n

\n INTERSTELLAR\n

\n
\n \n {\" \"}\n 8.9\n \n \n Sci-Fi / Adventure\n \n 2h 49m\n
\n \n
\n
\n\n {/* Ticket Details Section */}\n
\n
\n
\n
\n

\n Date\n

\n
\n \n Nov 14, 2025\n
\n
\n
\n

\n Time\n

\n
\n \n 20:00\n
\n
\n
\n

\n Cinema\n

\n
\n \n Odeon Luxe\n
\n
\n
\n

\n Seat\n

\n
\n \n Row H, Seat 12\n
\n
\n
\n
\n\n {/* Rip Line */}\n
\n
\n
\n
\n
\n\n
\n
\n

\n Ticket ID\n

\n

\n #9938421\n

\n
\n
\n \n
\n
\n
\n \n
\n );\n}\n", "type": "registry:component", "target": "components/uitripled/cinema-ticket-shadcnui.tsx" } ] }