{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert2",
  "title": "Alert",
  "description": "Displays a callout for user attention.",
  "files": [
    {
      "path": "contents/components/alert/2/index.tsx",
      "content": "import { Alert, AlertDescription, AlertTitle } from \"@/components/ui/alert\";\nimport { AlertCircleIcon } from \"lucide-react\";\n\nexport default function AlertComponent() {\n  return (\n    <Alert>\n      <AlertCircleIcon className=\"size-4\" />\n      <AlertDescription>You can add components to your app using the cli.</AlertDescription>\n    </Alert>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert2.tsx"
    }
  ],
  "type": "registry:component"
}