MCPcopy
hub / github.com/stackryze/FreeDomains / CardFooter

Function CardFooter

src/components/ui/card.jsx:53–59  ·  view source on GitHub ↗
({ className, ...props })

Source from the content-addressed store, hash-verified

51 />;
52}
53function CardFooter({ className, ...props }) {
54 return <div
55 data-slot="card-footer"
56 className={cn("flex items-center px-6 [.border-t]:pt-6", className)}
57 {...props}
58 />;
59}
60export {
61 Card,
62 CardHeader,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected