{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert4",
  "title": "Alert",
  "description": "Displays a callout for user attention.",
  "files": [
    {
      "path": "contents/components/alert/4/index.tsx",
      "content": "import { Alert, AlertTitle } from \"@/components/ui/alert\";\nimport { XCircleIcon } from \"lucide-react\";\n\nexport default function AlertComponent() {\n  return (\n    <Alert variant=\"destructive\">\n      <XCircleIcon className=\"size-4\" />\n      <AlertTitle>Unable to process your payment.</AlertTitle>\n    </Alert>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert4.tsx"
    }
  ],
  "type": "registry:component"
}