MCPcopy Create free account
hub / github.com/code100x/daily-code / SheetHeader

Function SheetHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected