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

Function CardContent

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

Source from the content-addressed store, hash-verified

44 />;
45}
46function CardContent({ className, ...props }) {
47 return <div
48 data-slot="card-content"
49 className={cn("px-6", className)}
50 {...props}
51 />;
52}
53function CardFooter({ className, ...props }) {
54 return <div
55 data-slot="card-footer"

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected