{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-dialog-default", "title": "Alert Dialog Default", "description": "Alert Dialog example: Default.", "registryDependencies": [ "alert-dialog", "button" ], "files": [ { "path": "apps/docs/demos/alert-dialog/default.tsx", "content": "\"use client\";\n\nimport {\n AlertDialog,\n AlertDialogAction,\n AlertDialogCancel,\n AlertDialogContent,\n AlertDialogDescription,\n AlertDialogFooter,\n AlertDialogHeader,\n AlertDialogTitle,\n AlertDialogTrigger,\n} from \"@keystoneui/react/alert-dialog\";\nimport { Button } from \"@keystoneui/react/button\";\n\nexport default function AlertDialogDefault() {\n return (\n \n }>\n Open Alert Dialog\n \n \n \n Are you absolutely sure?\n \n This action cannot be undone. This will permanently delete your\n account and remove your data from our servers.\n \n \n \n Continue\n Cancel\n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }