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

Function DialogPortal

components/ui/dialog.tsx:19–21  ·  view source on GitHub ↗
({ ...props }: DialogPrimitive.Portal.Props)

Source from the content-addressed store, hash-verified

17}
18
19function DialogPortal({ ...props }: DialogPrimitive.Portal.Props) {
20 return <DialogPrimitive.Portal data-slot="dialog-portal" {...props} />;
21}
22
23function DialogClose({ ...props }: DialogPrimitive.Close.Props) {
24 return <DialogPrimitive.Close data-slot="dialog-close" {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected