{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "dashboard-header", "type": "registry:component", "title": "Dashboard Header", "description": "Blinkist Dashboard Header", "dependencies": [ "lucide-react" ], "registryDependencies": [ "theme", "input" ], "files": [ { "path": "components/dashboard/header.tsx", "content": "import { SearchIcon } from \"lucide-react\"\n\nexport function DashboardHeader() {\n return (\n
\n
\n
\n
\n \n \n
\n
\n
\n
\n )\n}\n", "type": "registry:component" } ] }