MCPcopy Create free account
hub / github.com/aptabase/aptabase / DialogHeader

Function DialogHeader

src/webapp/components/Dialog.tsx:50–52  ·  view source on GitHub ↗
({ className, ...props }: HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

48DialogContent.displayName = DialogPrimitive.Content.displayName;
49
50const DialogHeader = ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => (
51 <div className={twMerge("flex flex-col space-y-1.5 text-center sm:text-left", className)} {...props} />
52);
53DialogHeader.displayName = "DialogHeader";
54
55const DialogFooter = ({ className, ...props }: HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected