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

Function AlertDialogHeader

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

Source from the content-addressed store, hash-verified

46AlertDialogContent.displayName = AlertDialogPrimitive.Content.displayName
47
48const AlertDialogHeader = ({
49 className,
50 ...props
51}: React.HTMLAttributes<HTMLDivElement>) => (
52 <div
53 className={cn(
54 "flex flex-col space-y-2 text-center sm:text-left",
55 className
56 )}
57 {...props}
58 />
59)
60AlertDialogHeader.displayName = "AlertDialogHeader"
61
62const AlertDialogFooter = ({

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected