BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/tetra-ui/card

Card

tetra-ui/card
FreeComponent

Displays a card with a header, content, and footer.

Live preview

live · rendered by the registry
Rendered by tetra-ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://tetra-ui.com/r/card.json

Source

ui/card.tsxtetra-ui.com/r/card.json
1import { Text, View } from "react-native";
2
3import { cn } from "@/lib/utils";
4
5// Components
6export const Card = ({
7 className,
8 ...props
9}: React.ComponentProps<typeof View>) => {
10 return (
11 <View
12 className={cn(
13 "flex flex-col gap-6 rounded-2xl bg-card py-5 text-card-foreground",
14 className
15 )}
16 data-slot="card"
17 {...props}
18 />
19 );
20};
21
22export const CardHeader = ({
23 className,
24 ...props
25}: React.ComponentProps<typeof View>) => {
26 return (
27 <View
28 className={cn("flex items-start gap-1 px-4", className)}
29 data-slot="card-header"
30 {...props}
31 />
32 );
33};
34
35export const CardTitle = ({
36 className,
37 ...props
38}: React.ComponentProps<typeof Text>) => {
39 return (
40 <Text
41 className={cn(
42 "font-semibold text-foreground text-xl leading-none",
43 className
44 )}
45 data-slot="card-title"
46 {...props}
47 />
48 );
49};
50
51export const CardDescription = ({
52 className,
53 ...props
54}: React.ComponentProps<typeof Text>) => {
55 return (
56 <Text
57 className={cn("text-muted-foreground text-sm", className)}
58 data-slot="card-description"
59 {...props}
60 />
61 );
62};
63
64export const CardContent = ({
65 className,
66 ...props
67}: React.ComponentProps<typeof View>) => {
68 return (
69 <View
70 className={cn("px-4", className)}
71 data-slot="card-content"
72 {...props}
73 />
74 );
75};
76
77export const CardFooter = ({
78 className,
79 ...props
80}: React.ComponentProps<typeof View>) => {
81 return (
82 <View
83 className={cn("flex items-center px-4", className)}
84 data-slot="card-footer"
85 {...props}
86 />
87 );
88};

Files it writes

  • ui/card.tsx

Facts

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

Go to the source

Docs on tetra-ui tetra-ui.com Liamandrew/tetra-ui on GitHub Raw registry item This item as JSON

More from tetra-ui

All 41 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordionaccordiontetra-uiComponentsFree1 dep
Action Inputaction-inputtetra-uiComponentsFreeno deps
Alertalerttetra-uiComponentsFreeno deps
Avataravatartetra-uiComponentsFreeno deps
Badgebadgetetra-uiComponentsFreeno deps
Bottom Sheetbottom-sheettetra-uiComponentsFree4 deps · 7 files
Buttonbuttontetra-uiComponentsFreeno deps
Checkboxcheckboxtetra-uiComponentsFree1 dep

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 from measured facts

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