MCPcopy
hub / github.com/tinyauthapp/tinyauth / CardContent

Function CardContent

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

Source from the content-addressed store, hash-verified

62}
63
64function CardContent({ className, ...props }: React.ComponentProps<"div">) {
65 return (
66 <div
67 data-slot="card-content"
68 className={cn("px-6", className)}
69 {...props}
70 />
71 );
72}
73
74function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
75 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected