MCPcopy Create free account
hub / github.com/ChrisAbdo/MotionVariants / SheetFooter

Function SheetFooter

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected