MCPcopy
hub / github.com/supermemoryai/supermemory / DialogHeader

Function DialogHeader

packages/ui/components/dialog.tsx:82–90  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

80}
81
82function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
83 return (
84 <div
85 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
86 data-slot="dialog-header"
87 {...props}
88 />
89 )
90}
91
92function DialogFooter({ className, ...props }: React.ComponentProps<"div">) {
93 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…