MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / CardFooter

Function CardFooter

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

Source from the content-addressed store, hash-verified

80}
81
82function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
83 return (
84 <div
85 data-slot="card-footer"
86 className={cn(
87 "rounded-none border-t p-4 group-data-[size=sm]/card:p-3 flex items-center",
88 className
89 )}
90 {...props}
91 />
92 );
93}
94
95export {
96 Card,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected