{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert15",
  "title": "Alert",
  "description": "Alert built with shadcn/ui.",
  "files": [
    {
      "path": "contents/components/alert/15/index.tsx",
      "content": "import { Alert, AlertDescription } from \"@/components/ui/alert\";\nimport { Button } from \"@/components/ui/button\";\nimport { XIcon } from \"lucide-react\";\n\nexport default function AlertComponent() {\n  return (\n    <Alert className=\"grid-cols-[auto_1fr_auto]! items-center\">\n      <AlertDescription>A friend request has been sent.</AlertDescription>\n      <Button variant=\"ghost\" size=\"icon-sm\">\n        <XIcon />\n      </Button>\n    </Alert>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert15.tsx"
    }
  ],
  "type": "registry:component"
}