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

Function CardHeader

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

Source from the content-addressed store, hash-verified

10 />;
11}
12function CardHeader({ className, ...props }) {
13 return <div
14 data-slot="card-header"
15 className={cn(
16 "@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",
17 className
18 )}
19 {...props}
20 />;
21}
22function CardTitle({ className, ...props }) {
23 return <div
24 data-slot="card-title"

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected