MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / AlertDialogHeader

Function AlertDialogHeader

src/components/ui/alert-dialog.tsx:66–77  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

64}
65
66function AlertDialogHeader({
67 className,
68 ...props
69}: React.ComponentProps<"div">) {
70 return (
71 <div
72 data-slot="alert-dialog-header"
73 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
74 {...props}
75 />
76 )
77}
78
79function AlertDialogFooter({
80 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected