MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / DialogHeader

Function DialogHeader

packages/react/src/components/dialog.tsx:106–114  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

104}
105
106function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
107 return (
108 <div
109 data-slot="dialog-header"
110 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
111 {...props}
112 />
113 );
114}
115
116function DialogFooter({
117 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected