BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/Pure UI/card
This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

Card

pure-ui/card
RemovedComponent

A customizable card component

Install it

npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/card.json

Source

src/registry/pure-ui/ui/card/index.tsxraw.githubusercontent.com/MusKRI/pure-ui/main/public/r/card.json
1import React from "react";
2
3import { cn } from "@/lib/classes";
4
5interface CardProps extends React.ComponentProps<"div"> {}
6
7function Card({ className, ...props }: CardProps) {
8 return (
9 <div
10 data-slot="card"
11 className={cn(
12 "relative flex flex-col gap-3 overflow-hidden p-4 rounded-xl border border-border/60",
13 "bg-card shadow-xs in-data-[slot=popover-popup]:bg-transparent in-data-[slot=popover-popup]:shadow-none",
14 className
15 )}
16 {...props}
17 />
18 );
19}
20
21interface CardHeaderProps extends React.ComponentProps<"div"> {}
22
23function CardHeader({ className, ...props }: CardHeaderProps) {
24 return (
25 <div
26 data-slot="card-header"
27 className={cn("flex flex-col", className)}
28 {...props}
29 />
30 );
31}
32
33interface CardTitleProps extends React.ComponentProps<"h3"> {}
34
35function CardTitle({ className, ...props }: CardTitleProps) {
36 return (
37 <h3
38 data-slot="card-title"
39 className={cn("text-base text-card-foreground leading-6", className)}
40 {...props}
41 />
42 );
43}
44
45interface CardDescriptionProps extends React.ComponentProps<"p"> {}
46
47function CardDescription({ className, ...props }: CardDescriptionProps) {
48 return (
49 <p
50 data-slot="card-description"
51 className={cn("text-muted-foreground text-sm", className)}
52 {...props}
53 />
54 );
55}
56
57interface CardContentProps extends React.ComponentProps<"div"> {}
58
59function CardContent({ className, ...props }: CardContentProps) {
60 return (
61 <div
62 data-slot="card-content"
63 className={cn("flex flex-col gap-1 flex-1", className)}
64 {...props}
65 />
66 );
67}
68
69interface CardFooterProps extends React.ComponentProps<"div"> {}
70function CardFooter({ className, ...props }: CardFooterProps) {
71 return (
72 <div
73 data-slot="card-footer"
74 className={cn("flex flex-row items-center", className)}
75 {...props}
76 />
77 );
78}
79
80export {
81 Card,
82 CardHeader,
83 CardTitle,
84 CardDescription,
85 CardContent,
86 CardFooter,
87};

What it pulls in

npm packages

  • clsx
  • tailwind-merge

Other registry items

  • classes

Files it writes

  • src/registry/pure-ui/ui/card/index.tsx

Facts

Registry
Pure UI
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-04
Last confirmed
9 days ago

Go to the source

pure.kam-ui.com MusKRI/pure-ui on GitHub Raw registry item This item as JSON

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