MCPcopy Create free account
hub / github.com/Seanium/ChatMap / DialogHeader

Function DialogHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected