MCPcopy Create free account
hub / github.com/codeaashu/claude-code / DialogFooter

Function DialogFooter

web/components/ui/dialog.tsx:88–93  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

86DialogHeader.displayName = 'DialogHeader'
87
88const DialogFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
89 <div
90 className={cn('flex flex-col-reverse gap-2 sm:flex-row sm:justify-end', className)}
91 {...props}
92 />
93)
94DialogFooter.displayName = 'DialogFooter'
95
96const DialogTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected