{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "conference-ticket-shadcnui", "type": "registry:component", "title": "Conference Ticket", "description": "Animated conference ticket with glassmorphism effects and holographic details", "dependencies": [ "framer-motion", "react" ], "files": [ { "path": "@uitripled/react-shadcn/src/components/sections/conference-ticket.tsx", "content": "\"use client\";\n\nimport { Avatar, AvatarFallback, AvatarImage } from \"@/components/ui/avatar\";\nimport { Badge } from \"@/components/ui/badge\";\nimport { motion } from \"framer-motion\";\nimport { Calendar, MapPin, QrCode, Sparkles } from \"lucide-react\";\n\nexport function ConferenceTicket() {\n return (\n
\n \n {/* Main Ticket Content (Left Side) */}\n
\n
\n
\n\n {/* Dashed Line (Right Border for Desktop) */}\n