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