MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / DialogFooter

Function DialogFooter

frontend/src/components/ui/dialog.tsx:91–102  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

89}
90
91function DialogFooter({ className, ...props }: React.ComponentProps<"div">) {
92 return (
93 <div
94 data-slot="dialog-footer"
95 className={cn(
96 "flex flex-col-reverse gap-2 sm:flex-row sm:justify-end",
97 className
98 )}
99 {...props}
100 />
101 )
102}
103
104function DialogTitle({
105 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected