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