MCPcopy Create free account
hub / github.com/evolify/dumpfun / SheetHeader

Function SheetHeader

common/components/ui/sheet.tsx:82–90  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

80}
81
82function SheetHeader({ className, ...props }: React.ComponentProps<"div">) {
83 return (
84 <div
85 data-slot="sheet-header"
86 className={cn("flex flex-col gap-1.5 p-4", className)}
87 {...props}
88 />
89 )
90}
91
92function SheetFooter({ className, ...props }: React.ComponentProps<"div">) {
93 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected