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

Function CardContent

packages/plugin-ui/src/components/ui/card.tsx:72–80  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

70}
71
72function CardContent({ className, ...props }: React.ComponentProps<"div">) {
73 return (
74 <div
75 data-slot="card-content"
76 className={cn("px-4 group-data-[size=sm]/card:px-3", className)}
77 {...props}
78 />
79 );
80}
81
82function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
83 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected