MCPcopy Create free account
hub / github.com/ChrisAbdo/MotionVariants / SheetHeader

Function SheetHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected