MCPcopy Create free account
hub / github.com/code100x/daily-code / DialogHeader

Function DialogHeader

packages/ui/src/shad/ui/dailog.tsx:51–53  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected