{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "logo-cloud-2", "type": "registry:block", "description": "Stylish logo grid featuring top tech brands with decorative plus icons and dynamic borders for a modern visual layout.", "files": [ { "path": "registry/blocks/logo-cloud/2/logo-cloud.tsx", "content": "import { PlusIcon } from \"lucide-react\";\nimport { cn } from \"@/lib/utils\";\n\ntype Logo = {\n src: string;\n alt: string;\n width?: number;\n height?: number;\n};\n\ntype LogoCloudProps = React.ComponentProps<\"div\">;\n\nexport function LogoCloud({ className, ...props }: LogoCloudProps) {\n return (\n \n \n \n \n\n \n\n \n \n