MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / DialogFooter

Function DialogFooter

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

Source from the content-addressed store, hash-verified

73DialogHeader.displayName = "DialogHeader"
74
75const DialogFooter = ({
76 className,
77 ...props
78}: React.HTMLAttributes<HTMLDivElement>) => (
79 <div
80 className={cn(
81 "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
82 className
83 )}
84 {...props}
85 />
86)
87DialogFooter.displayName = "DialogFooter"
88
89const DialogTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected