MCPcopy Create free account
hub / github.com/9d8dev/directory / SheetHeader

Function SheetHeader

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

Source from the content-addressed store, hash-verified

74SheetContent.displayName = SheetPrimitive.Content.displayName
75
76const SheetHeader = ({
77 className,
78 ...props
79}: React.HTMLAttributes<HTMLDivElement>) => (
80 <div
81 className={cn(
82 "flex flex-col space-y-2 text-center sm:text-left",
83 className
84 )}
85 {...props}
86 />
87)
88SheetHeader.displayName = "SheetHeader"
89
90const SheetFooter = ({

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected