{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "alert-dialog-small-with-media", "title": "Alert Dialog Small With Media", "description": "Alert Dialog example: Small With Media.", "registryDependencies": [ "alert-dialog", "button" ], "files": [ { "path": "apps/docs/demos/alert-dialog/small-with-media.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 { Bluetooth as BluetoothIcon } from \"lucide-react\";\n\nexport default function AlertDialogSmallWithMedia() {\n return (\n \n }>\n Show Dialog\n \n \n \n \n \n \n Allow accessory to connect?\n \n Do you want to allow the USB accessory to connect to this device?\n \n \n \n Don't allow\n Allow\n \n \n \n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }