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