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