MCPcopy Index your code
hub / github.com/TheOrcDev/github-creature / DialogHeader

Function DialogHeader

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

Source from the content-addressed store, hash-verified

81}
82
83function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
84 return (
85 <div
86 data-slot="dialog-header"
87 className={cn("gap-1 text-left flex flex-col", className)}
88 {...props}
89 />
90 );
91}
92
93function DialogFooter({
94 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected