{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-405",
  "type": "registry:component",
  "title": "Comp 405",
  "description": "Comp 405",
  "files": [
    {
      "path": "registry/ui-basic/comp-405.tsx",
      "content": "export default function Component() {\n  return (\n    <div className=\"flex -space-x-3\">\n      <img\n        className=\"ring-background rounded-full ring-2\"\n        src=\"/avatar-80-03.jpg\"\n        width={40}\n        height={40}\n        alt=\"Avatar 01\"\n      />\n      <img\n        className=\"ring-background rounded-full ring-2\"\n        src=\"/avatar-80-04.jpg\"\n        width={40}\n        height={40}\n        alt=\"Avatar 02\"\n      />\n      <img\n        className=\"ring-background rounded-full ring-2\"\n        src=\"/avatar-80-05.jpg\"\n        width={40}\n        height={40}\n        alt=\"Avatar 03\"\n      />\n      <img\n        className=\"ring-background rounded-full ring-2\"\n        src=\"/avatar-80-06.jpg\"\n        width={40}\n        height={40}\n        alt=\"Avatar 04\"\n      />\n    </div>\n  )\n}\n",
      "type": "registry:ui"
    }
  ]
}