MCPcopy
hub / github.com/tinyauthapp/tinyauth / CardFooter

Function CardFooter

frontend/src/components/ui/card.tsx:74–82  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

72}
73
74function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
75 return (
76 <div
77 data-slot="card-footer"
78 className={cn("flex items-center px-6 [.border-t]:pt-6 mt-2", className)}
79 {...props}
80 />
81 );
82}
83
84export {
85 Card,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected