MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / DialogHeader

Function DialogHeader

ui/src/components/ui/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 data-slot="dialog-header"
86 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
87 {...props}
88 />
89 )
90}
91
92function DialogFooter({
93 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected