{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-destructive", "type": "registry:example", "author": "shadcn (https://ui.shadcn.com)", "registryDependencies": [ "alert" ], "files": [ { "path": "examples/alert-destructive.tsx", "content": "import { AlertCircle } from \"lucide-react\"\n\nimport {\n Alert,\n AlertDescription,\n AlertTitle,\n} from \"@/registry/default/ui/alert\"\n\nexport default function AlertDestructive() {\n return (\n \n \n Error\n \n Your session has expired. Please log in again.\n \n \n )\n}\n", "type": "registry:example", "target": "" } ] }