MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / SheetHeader

Function SheetHeader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected