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

Function CardHeader

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

Source from the content-addressed store, hash-verified

16}
17
18function CardHeader({ className, ...props }: React.ComponentProps<"div">) {
19 return (
20 <div
21 data-slot="card-header"
22 className={cn("flex flex-col gap-1.5", className)}
23 {...props}
24 />
25 )
26}
27
28function CardTitle({ className, ...props }: React.ComponentProps<"div">) {
29 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected