MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / SheetHeader

Function SheetHeader

src/components/ui/sheet.tsx:70–72  ·  view source on GitHub ↗
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)

Source from the content-addressed store, hash-verified

68SheetContent.displayName = SheetPrimitive.Content.displayName;
69
70const SheetHeader = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
71 <div className={cn("flex flex-col space-y-2 text-center sm:text-left", className)} {...props} />
72);
73SheetHeader.displayName = "SheetHeader";
74
75const SheetFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected