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

Function SheetFooter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected