{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "avatar-default",
  "type": "registry:component",
  "title": "Avatar",
  "author": "Toby Belhome",
  "description": "An image element with fallbacks for representing the user.",
  "dependencies": [],
  "registryDependencies": [
    "avatar"
  ],
  "files": [
    {
      "path": "examples/components/avatar/default/page.tsx",
      "content": "import { Avatar, AvatarFallback, AvatarImage } from \"@/components/ui/avatar\";\n\nexport default function AvatarDefault() {\n  return (\n    <Avatar>\n      <AvatarImage src=\"https://www.tobybelhome.com/user.png\" />\n      <AvatarFallback>TB</AvatarFallback>\n    </Avatar>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/avatar-default.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}