MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / DialogHeader

Function DialogHeader

website/src/components/ui/dialog.tsx:54–56  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

52DialogContent.displayName = DialogPrimitive.Content.displayName;
53
54const DialogHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
55 <div className={cn("flex flex-col space-y-1.5 text-center sm:text-left", className)} {...props} />
56);
57DialogHeader.displayName = "DialogHeader";
58
59const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected