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