{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-dialog-small", "title": "Alert Dialog Small", "description": "Alert Dialog example: Small.", "registryDependencies": [ "alert-dialog", "button" ], "files": [ { "path": "apps/docs/demos/alert-dialog/small.tsx", "content": "\"use client\";\n\nimport {\n AlertDialog,\n AlertDialogAction,\n AlertDialogCancel,\n AlertDialogContent,\n AlertDialogDescription,\n AlertDialogFooter,\n AlertDialogHeader,\n AlertDialogMedia,\n AlertDialogTitle,\n AlertDialogTrigger,\n} from \"@keystoneui/react/alert-dialog\";\nimport { Button } from \"@keystoneui/react/button\";\nimport { Trash as TrashIcon } from \"lucide-react\";\n\nexport default function AlertDialogSmall() {\n return (\n \n }>\n Delete Item\n \n \n \n \n \n \n Delete this item?\n \n This action cannot be undone.\n \n \n \n Delete\n Cancel\n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }