MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / CardContent

Function CardContent

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

Source from the content-addressed store, hash-verified

59}
60
61function CardContent({ className, ...props }: React.ComponentProps<"div">) {
62 return (
63 <div data-slot="card-content" className={cn("", className)} {...props} />
64 )
65}
66
67function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
68 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected