MCPcopy Index your code
hub / github.com/bernaferrari/FigmaToCode / CardFooter

Function CardFooter

packages/plugin-ui/src/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 "flex items-center rounded-b-xl border-t bg-muted/50 p-4 group-data-[size=sm]/card:p-3",
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