MCPcopy Create free account
hub / github.com/codeaashu/claude-code / DialogHeader

Function DialogHeader

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

Source from the content-addressed store, hash-verified

81DialogContent.displayName = RadixDialog.Content.displayName
82
83const DialogHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
84 <div className={cn('flex flex-col gap-1.5', className)} {...props} />
85)
86DialogHeader.displayName = 'DialogHeader'
87
88const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected