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

Function DialogHeader

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

Source from the content-addressed store, hash-verified

95}
96
97function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
98 return (
99 <div
100 data-slot="dialog-header"
101 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
102 {...props}
103 />
104 );
105}
106
107function DialogFooter({
108 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected