{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "avatar-default", "title": "Avatar Default", "description": "Avatar example: Default.", "registryDependencies": [ "avatar" ], "files": [ { "path": "apps/docs/demos/avatar/default.tsx", "content": "\"use client\";\n\nimport { Avatar, AvatarFallback, AvatarImage } from \"@keystoneui/react/avatar\";\n\nexport default function AvatarDefault() {\n return (\n \n \n CN\n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }