{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "avatar-size-demo", "type": "registry:example", "registryDependencies": [ "avatar" ], "files": [ { "path": "src/registry/pure-ui/examples/avatar/avatar-size-demo.tsx", "content": "import {\r\n Avatar,\r\n AvatarFallback,\r\n AvatarImage,\r\n} from \"@/registry/pure-ui/ui/avatar\";\r\n\r\nexport function AvatarSizeDemo() {\r\n return (\r\n
\r\n \r\n \r\n AV\r\n \r\n \r\n \r\n AV\r\n \r\n \r\n \r\n AV\r\n \r\n
\r\n );\r\n}\r\n", "type": "registry:example" } ] }