MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / SheetFooter

Function SheetFooter

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

Source from the content-addressed store, hash-verified

89SheetHeader.displayName = "SheetHeader"
90
91const SheetFooter = ({
92 className,
93 ...props
94}: React.HTMLAttributes<HTMLDivElement>) => (
95 <div
96 className={cn(
97 "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
98 className
99 )}
100 {...props}
101 />
102)
103SheetFooter.displayName = "SheetFooter"
104
105const SheetTitle = React.forwardRef<

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected