MCPcopy Create free account
hub / github.com/9d8dev/directory / SheetFooter

Function SheetFooter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected