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

Function CardTitle

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

Source from the content-addressed store, hash-verified

20 />;
21}
22function CardTitle({ className, ...props }) {
23 return <div
24 data-slot="card-title"
25 className={cn("leading-none font-semibold", className)}
26 {...props}
27 />;
28}
29function CardDescription({ className, ...props }) {
30 return <div
31 data-slot="card-description"

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected