{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "alert-default",
  "type": "registry:component",
  "title": "Alert",
  "author": "Toby Belhome",
  "description": "Displays a callout for user attention.",
  "dependencies": [],
  "registryDependencies": [
    "alert"
  ],
  "files": [
    {
      "path": "examples/components/alert/default/page.tsx",
      "content": "import { Alert, AlertTitle } from \"@/components/ui/alert\";\n\nexport default function AlertDefault() {\n  return (\n    <Alert>\n      <AlertTitle>This is a default message.</AlertTitle>\n    </Alert>\n  );\n}\n",
      "type": "registry:component",
      "target": "components/alert-default.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}