MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / AlertDialogHeader

Function AlertDialogHeader

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

Source from the content-addressed store, hash-verified

44AlertDialogContent.displayName = AlertDialogPrimitive.Content.displayName;
45
46const AlertDialogHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
47 <div className={cn("flex flex-col space-y-2 text-center sm:text-left", className)} {...props} />
48);
49AlertDialogHeader.displayName = "AlertDialogHeader";
50
51const AlertDialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected