MCPcopy
hub / github.com/steel-dev/steel-browser / DialogHeader

Function DialogHeader

ui/src/components/ui/dialog.tsx:54–65  ·  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 = ({
55 className,
56 ...props
57}: React.HTMLAttributes<HTMLDivElement>) => (
58 <div
59 className={cn(
60 "flex flex-col space-y-1.5 text-center sm:text-left",
61 className
62 )}
63 {...props}
64 />
65)
66DialogHeader.displayName = "DialogHeader"
67
68const DialogFooter = ({

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected