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