MCPcopy Create free account
hub / github.com/code100x/daily-code / SheetFooter

Function SheetFooter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected