MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / AlertDialog

Function AlertDialog

components/ui/alert-dialog.tsx:9–11  ·  view source on GitHub ↗
({ ...props }: AlertDialogPrimitive.Root.Props)

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils";
8
9function AlertDialog({ ...props }: AlertDialogPrimitive.Root.Props) {
10 return <AlertDialogPrimitive.Root data-slot="alert-dialog" {...props} />;
11}
12
13function AlertDialogTrigger({ ...props }: AlertDialogPrimitive.Trigger.Props) {
14 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected