BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/warcraftcn/card

Warcraft Card

warcraftcn/card
FreeComponent

A Warcraft-themed card component with fantasy styling

Live preview

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

Install it

npx shadcn@latest add https://www.warcraftcn.com/r/card.json

Source

components/ui/warcraftcn/card.tsxwww.warcraftcn.com/r/card.json
1import * as React from "react"
2
3import { cn } from "@/lib/utils"
4
5import "@/components/ui/warcraftcn/styles/warcraft.css";
6
7function Card({
8 className,
9 ...props
10}: React.ComponentProps<"div">) {
11 return (
12 <div
13 data-slot="card"
14 className={cn(
15 "fantasy text-card-foreground gap-4 overflow-hidden rounded-xl text-sm has-data-[slot=card-footer]:pb-0 has-[>img:first-child]:pt-0 data-[size=sm]:gap-3 data-[size=sm]:has-data-[slot=card-footer]:pb-0 *:[img:first-child]:rounded-t-xl *:[img:last-child]:rounded-b-xl group/card flex flex-col border-solid wc-card-border [border-image-repeat:stretch]",
16 "border-24 px-6 [border-image-slice:24_fill]",
17 "data-[size=sm]:border-16 data-[size=sm]:p-4 data-[size=sm]:py-3 data-[size=sm]:[border-image-slice:16_fill]",
18 className
19 )}
20 {...props}
21 />
22 )
23}
24
25function CardHeader({ className, ...props }: React.ComponentProps<"div">) {
26 return (
27 <div
28 data-slot="card-header"
29 className={cn(
30 "gap-1 pt-14 rounded-t-xl px-4 group-data-[size=sm]/card:px-3 group/card-header @container/card-header grid auto-rows-min items-start has-data-[slot=card-action]:grid-cols-[1fr_auto] has-data-[slot=card-description]:grid-rows-[auto_auto]",
31 className
32 )}
33 {...props}
34 />
35 )
36}
37
38function CardTitle({ className, ...props }: React.ComponentProps<"div">) {
39 return (
40 <div
41 data-slot="card-title"
42 className={cn("text-base leading-snug font-medium group-data-[size=sm]/card:text-sm", className)}
43 {...props}
44 />
45 )
46}
47
48function CardDescription({ className, ...props }: React.ComponentProps<"div">) {
49 return (
50 <div
51 data-slot="card-description"
52 className={cn("text-muted-foreground text-sm", className)}
53 {...props}
54 />
55 )
56}
57
58function CardAction({ className, ...props }: React.ComponentProps<"div">) {
59 return (
60 <div
61 data-slot="card-action"
62 className={cn(
63 "col-start-2 row-span-2 row-start-1 self-start justify-self-end",
64 className
65 )}
66 {...props}
67 />
68 )
69}
70
71function CardContent({ className, ...props }: React.ComponentProps<"div">) {
72 return (
73 <div
74 data-slot="card-content"
75 className={cn("px-4 group-data-[size=sm]/card:px-3", className)}
76 {...props}
77 />
78 )
79}
80
81function CardFooter({ className, ...props }: React.ComponentProps<"div">) {
82 return (
83 <div
84 data-slot="card-footer"
85// … truncated

Files it writes

  • components/ui/warcraftcn/card.tsx
  • components/ui/warcraftcn/styles/warcraft.css
  • components/ui/warcraftcn/assets/card-bg.webp

Facts

Registry
warcraftcn
Type
registry:component
Access
Free
Files written
3
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

Docs on warcraftcn www.warcraftcn.com TheOrcDev/warcraftcn-ui on GitHub Raw registry item This item as JSON

More from warcraftcn

All 16 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Warcraft AccordionaccordionwarcraftcnComponentsFree1 dep · 7 files
Warcraft AvataravatarwarcraftcnComponentsFreeno deps · 7 files
Warcraft BadgebadgewarcraftcnComponentsFreeno deps · 4 files
Warcraft ButtonbuttonwarcraftcnComponentsFreeno deps · 6 files
Warcraft CheckboxcheckboxwarcraftcnComponentsFree1 dep · 12 files
Warcraft CursorcursorwarcraftcnComponentsFreeno deps · 6 files
Warcraft Dropdown Menudropdown-menuwarcraftcnComponentsFree2 deps · 3 files
Warcraft InputinputwarcraftcnComponentsFreeno deps · 3 files

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