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

Function SheetFooter

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

Source from the content-addressed store, hash-verified

90}
91
92function SheetFooter({ className, ...props }: React.ComponentProps<"div">) {
93 return (
94 <div
95 data-slot="sheet-footer"
96 className={cn("mt-auto flex flex-col gap-2 p-4", className)}
97 {...props}
98 />
99 )
100}
101
102function SheetTitle({
103 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected