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

Function DialogTrigger

components/ui/dialog.tsx:15–17  ·  view source on GitHub ↗
({ ...props }: DialogPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

13}
14
15function DialogTrigger({ ...props }: DialogPrimitive.Trigger.Props) {
16 return <DialogPrimitive.Trigger data-slot="dialog-trigger" {...props} />;
17}
18
19function DialogPortal({ ...props }: DialogPrimitive.Portal.Props) {
20 return <DialogPrimitive.Portal data-slot="dialog-portal" {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected