MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / SheetHeader

Function SheetHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected