MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / DialogHeader

Function DialogHeader

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

Source from the content-addressed store, hash-verified

89}
90
91function DialogHeader({ className, ...props }: React.ComponentProps<"div">) {
92 return (
93 <div
94 data-slot='dialog-header'
95 className={cn("flex flex-col gap-2 text-center sm:text-left", className)}
96 {...props}
97 />
98 );
99}
100
101function DialogFooter({
102 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected