MCPcopy Index your code
hub / github.com/firecrawl/fireplexity / DialogHeader

Function DialogHeader

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

Source from the content-addressed store, hash-verified

73}
74
75function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
76 return (
77 <div
78 data-slot="dialog-header"
79 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
80 {...props}
81 />
82 )
83}
84
85function DialogFooter({ className, ...props }: React.ComponentProps<"div">) {
86 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected