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

Function AlertDialogFooter

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

Source from the content-addressed store, hash-verified

60AlertDialogHeader.displayName = "AlertDialogHeader"
61
62const AlertDialogFooter = ({
63 className,
64 ...props
65}: React.HTMLAttributes<HTMLDivElement>) => (
66 <div
67 className={cn(
68 "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
69 className
70 )}
71 {...props}
72 />
73)
74AlertDialogFooter.displayName = "AlertDialogFooter"
75
76const AlertDialogTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected