MCPcopy
hub / github.com/steel-dev/steel-browser / DialogFooter

Function DialogFooter

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

Source from the content-addressed store, hash-verified

66DialogHeader.displayName = "DialogHeader"
67
68const DialogFooter = ({
69 className,
70 ...props
71}: React.HTMLAttributes<HTMLDivElement>) => (
72 <div
73 className={cn(
74 "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
75 className
76 )}
77 {...props}
78 />
79)
80DialogFooter.displayName = "DialogFooter"
81
82const DialogTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected