MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / SheetFooter

Function SheetFooter

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

Source from the content-addressed store, hash-verified

73SheetHeader.displayName = "SheetHeader";
74
75const SheetFooter = ({ className, ...props }: React.HTMLAttributes<HTMLDivElement>) => (
76 <div className={cn("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", className)} {...props} />
77);
78SheetFooter.displayName = "SheetFooter";
79
80const SheetTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected