{ "$schema": "https://ui.aodesu.com/schema/registry-item.json", "name": "avatar-demo", "type": "registry:example", "registryDependencies": [ "avatar" ], "files": [ { "path": "registry/aodesu/examples/avatar/avatar-demo.tsx", "content": "import Avatar from \"@/registry/aodesu/ui/avatar\"\n\nexport default function AvatarDemo() {\n return (\n
\n \n\n \n
\n )\n}\n", "type": "registry:example" } ] }