{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "comp-268",
  "type": "registry:component",
  "title": "Comp 268",
  "description": "Comp 268",
  "files": [
    {
      "path": "registry/ui-basic/comp-268.tsx",
      "content": "import { TriangleAlert } from \"lucide-react\"\r\n\r\nexport default function Component() {\r\n  return (\r\n    <div className=\"rounded-md border border-amber-500/50 px-4 py-3 text-amber-600\">\r\n      <p className=\"text-sm\">\r\n        <TriangleAlert\r\n          className=\"me-3 -mt-0.5 inline-flex opacity-60\"\r\n          size={16}\r\n          aria-hidden=\"true\"\r\n        />\r\n        Some information is missing!\r\n      </p>\r\n    </div>\r\n  )\r\n}\r\n",
      "type": "registry:ui"
    }
  ]
}