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

Function Dialog

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

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils"
8
9function Dialog({
10 ...props
11}: React.ComponentProps<typeof DialogPrimitive.Root>) {
12 return <DialogPrimitive.Root data-slot="dialog" {...props} />
13}
14
15function DialogTrigger({
16 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected