{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "theater-ticket-shadcnui", "type": "registry:component", "title": "Theater Ticket", "description": "Cinematic theater ticket with rip effect and barcode", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/sections/theater-ticket.tsx", "content": "\"use client\";\n\nimport { Badge } from \"@/components/ui/badge\";\nimport { motion } from \"framer-motion\";\nimport { Calendar, Clock, MapPin, Star, Ticket } from \"lucide-react\";\n\nexport function TheaterTicket() {\n return (\n
\n \n {/* Main Ticket Section */}\n
\n {/* Gradient Background */}\n
\n\n {/* Background Texture */}\n
\n\n
\n
\n \n PREMIERE\n \n \n
\n\n
\n \n THE PHANTOM\n
\n OF THE OPERA\n \n

\n Royal Albert Hall\n

\n
\n\n
\n
\n

\n Date\n

\n

\n \n Dec 12\n

\n
\n
\n

\n Time\n

\n

\n \n 19:30\n

\n
\n
\n

\n Seat\n

\n

\n \n A-24\n

\n
\n
\n
\n
\n\n {/* Rip Line (Desktop) */}\n