MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / DialogFooter

Function DialogFooter

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

Source from the content-addressed store, hash-verified

57DialogHeader.displayName = "DialogHeader";
58
59const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
60 <div className={cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", className)} {...props} />
61);
62DialogFooter.displayName = "DialogFooter";
63
64const DialogTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected