Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
Source from the content-addressed store, hash-verified
| 73 | SheetHeader.displayName = "SheetHeader"; |
| 74 | |
| 75 | const 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 | ); |
| 78 | SheetFooter.displayName = "SheetFooter"; |
| 79 | |
| 80 | const SheetTitle = React.forwardRef< |
Callers
nothing calls this directly
Tested by
no test coverage detected