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