{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "extends": "none",
  "name": "avatar-basic-example",
  "title": "Avatar Basic",
  "description": "avatar-basic-example",
  "registryDependencies": [
    "https://intentui.com/r/avatar"
  ],
  "files": [
    {
      "path": "src/components/examples/media/avatar/avatar-basic-example.tsx",
      "content": "import { Avatar } from '@/components/ui/avatar'\n\nexport default function AvatarBasicDemo() {\n  return <Avatar src=\"/images/avatar/slash.jpg\" alt=\"...\" />\n}\n",
      "type": "registry:page",
      "target": "app/avatar-basic-example/page.tsx"
    }
  ],
  "type": "registry:page"
}