MCPcopy
hub / github.com/srcbookdev/srcbook / DialogFooter

Function DialogFooter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.50

Tested by

no test coverage detected