MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / AlertDialog

Function AlertDialog

src/components/ui/alert-dialog.tsx:9–13  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof AlertDialogPrimitive.Root>)

Source from the content-addressed store, hash-verified

7import { buttonVariants } from "@/components/ui/button"
8
9function AlertDialog({
10 ...props
11}: React.ComponentProps<typeof AlertDialogPrimitive.Root>) {
12 return <AlertDialogPrimitive.Root data-slot="alert-dialog" {...props} />
13}
14
15function AlertDialogTrigger({
16 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected