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

Function Dialog

components/ui/dialog.tsx:11–13  ·  view source on GitHub ↗
({ ...props }: DialogPrimitive.Root.Props)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected