BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/pane/card

card

pane/card
FreeComponent

pane publishes no description for this item.

Install it

npx shadcn@latest add https://pane.theui.company/r/card.json

Source

registry/pane/ui/card.tsxpane.theui.company/r/card.json
1import type * as React from "react";
2import { Pane, type PaneProps } from "@/components/ui/pane";
3import { cn } from "@/lib/utils";
4
5function Card({
6 className,
7 variant = "clear",
8 radius = 24,
9 ...props
10}: PaneProps) {
11 return (
12 <Pane
13 data-slot="card"
14 variant={variant}
15 radius={radius}
16 className={cn("flex flex-col gap-6 py-6", className)}
17 {...props}
18 />
19 );
20}
21
22function CardHeader({ className, ...props }: React.ComponentProps<"div">) {
23 return (
24 <div
25 data-slot="card-header"
26 className={cn(
27 "grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-6 has-[[data-slot=card-action]]:grid-cols-[1fr_auto]",
28 className,
29 )}
30 {...props}
31 />
32 );
33}
34
35function CardTitle({ className, ...props }: React.ComponentProps<"div">) {
36 return (
37 <div
38 data-slot="card-title"
39 className={cn("font-semibold leading-none", className)}
40 {...props}
41 />
42 );
43}
44
45function CardDescription({ className, ...props }: React.ComponentProps<"div">) {
46 return (
47 <div
48 data-slot="card-description"
49 className={cn("text-muted-foreground text-sm", className)}
50 {...props}
51 />
52 );
53}
54
55function CardAction({ className, ...props }: React.ComponentProps<"div">) {
56 return (
57 <div
58 data-slot="card-action"
59 className={cn(
60 "col-start-2 row-span-2 row-start-1 self-start justify-self-end",
61 className,
62 )}
63 {...props}
64 />
65 );
66}
67
68function CardContent({ className, ...props }: React.ComponentProps<"div">) {
69 return (
70 <div
71 data-slot="card-content"
72 className={cn("px-6", className)}
73 {...props}
74 />
75 );
76}
77
78function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
79 return (
80 <div
81 data-slot="card-footer"
82 className={cn("flex items-center px-6 [.border-t]:pt-6", className)}
83 {...props}
84 />
85 );
86}
87
88export {
89 Card,
90 CardHeader,
91 CardFooter,
92 CardTitle,
93 CardAction,
94 CardDescription,
95 CardContent,
96};

What it pulls in

Other registry items

  • @pane/pane
  • @pane/utils

Files it writes

  • registry/pane/ui/card.tsx

Facts

Registry
pane
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-20
Last confirmed
today

Go to the source

pane.theui.company deniiiiz-i/pane on GitHub Raw registry item This item as JSON

More from pane

All 25 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
badgebadgepaneComponentsFree2 deps
buttonbuttonpaneComponentsFree2 deps
dialogdialogpaneComponentsFree2 deps
inputinputpaneComponentsFreeno deps
panepanepaneComponentsFree1 dep
sheetsheetpaneComponentsFree3 deps
switchswitchpaneComponentsFree2 deps
tabstabspaneComponentsFree2 deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex