{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "gov-banner", "title": "Government Banner", "description": "Official U.S. government website banner component", "dependencies": [ "lucide-react" ], "registryDependencies": [ "popover" ], "files": [ { "path": "registry/ui/gov-banner.tsx", "content": "\"use client\"\n\nimport { ChevronDown, FlaskConical, User } from \"lucide-react\"\nimport {\n Popover,\n PopoverContent,\n PopoverTrigger,\n} from \"@/components/ui/popover\"\n\nexport function GovBanner() {\n return (\n
\n
\n
\n \n \n This is a prototype — not an official government website\n \n \n \n Here's the context\n \n \n \n
\n
\n
\n \n
\n
\n

\n This is a demo\n

\n

\n A prototype built for the{\" \"}\n Treasury IT Specialist (AI) hiring\n evaluation. Not connected to real TTB systems or data.\n

\n
\n
\n
\n
\n \n
\n
\n

\n Built by Gregory Johns\n

\n

\n Full-stack engineer demonstrating AI integration,\n accessible UI design, and federal design standards.\n

\n
\n
\n
\n \n
\n
\n
\n
\n )\n}\n", "type": "registry:ui" } ], "type": "registry:ui" }