{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "avatar", "files": [ { "path": "registry/new-york/ui/avatar.tsx", "content": "import * as AvatarPrimitive from \"@radix-ui/react-avatar\";\nimport type * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nfunction Avatar({\n\tclassName,\n\t...props\n}: React.ComponentProps) {\n\treturn (\n\t\t\n\t);\n}\n\nfunction AvatarImage({\n\tclassName,\n\t...props\n}: React.ComponentProps) {\n\treturn (\n\t\t\n\t);\n}\n\nfunction AvatarFallback({\n\tclassName,\n\t...props\n}: React.ComponentProps) {\n\treturn (\n\t\t\n\t);\n}\n\nexport { Avatar, AvatarImage, AvatarFallback };\n", "type": "registry:ui" } ], "type": "registry:ui" }