{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert9",
  "title": "Alert",
  "description": "Alert built with shadcn/ui.",
  "files": [
    {
      "path": "contents/components/alert/9/index.tsx",
      "content": "import { Alert, AlertTitle } from \"@/components/ui/alert\";\nimport { TriangleAlert } from \"lucide-react\";\n\nexport default function AlertComponent() {\n  return (\n    <Alert>\n      <TriangleAlert className=\"size-4 text-amber-600!\" />\n      <AlertTitle>Hey! You are about to exceed your data limit.</AlertTitle>\n    </Alert>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert9.tsx"
    }
  ],
  "type": "registry:component"
}