BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/warcraftcn/radio-group

Warcraft Radio Group

warcraftcn/radio-group
FreeComponent

A Warcraft-themed radio group component with gem socket styling and gold glow indicators

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/radio-group.json

Source

components/ui/warcraftcn/radio-group.tsxwww.warcraftcn.com/r/radio-group.json
1"use client";
2
3import * as React from "react";
4import { RadioGroup as RadioGroupPrimitive } from "radix-ui";
5
6import { cn } from "@/lib/utils";
7
8import "@/components/ui/warcraftcn/styles/warcraft.css";
9
10interface RadioGroupProps
11 extends React.ComponentProps<typeof RadioGroupPrimitive.Root> {
12 orientation?: "vertical" | "horizontal";
13}
14
15type RadioGroupItemProps = React.ComponentProps<
16 typeof RadioGroupPrimitive.Item
17>;
18
19function RadioGroup({
20 className,
21 orientation = "vertical",
22 ...props
23}: RadioGroupProps) {
24 return (
25 <RadioGroupPrimitive.Root
26 data-slot="radio-group"
27 className={cn(
28 "fantasy flex gap-3",
29 orientation === "horizontal" ? "flex-row flex-wrap" : "flex-col",
30 className
31 )}
32 orientation={orientation}
33 {...props}
34 />
35 );
36}
37
38function RadioGroupItem({
39 className,
40 ...props
41}: RadioGroupItemProps) {
42 return (
43 <RadioGroupPrimitive.Item
44 data-slot="radio-group-item"
45 className={cn("wc-radio-socket", className)}
46 {...props}
47 >
48 <RadioGroupPrimitive.Indicator className="wc-radio-gem" />
49 </RadioGroupPrimitive.Item>
50 );
51}
52
53export { RadioGroup, RadioGroupItem };
54export type { RadioGroupProps, RadioGroupItemProps };

What it pulls in

npm packages

  • radix-ui

Files it writes

  • components/ui/warcraftcn/radio-group.tsx
  • components/ui/warcraftcn/styles/warcraft.css

Facts

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

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 CardcardwarcraftcnComponentsFreeno deps · 3 files
Warcraft CheckboxcheckboxwarcraftcnComponentsFree1 dep · 12 files
Warcraft CursorcursorwarcraftcnComponentsFreeno deps · 6 files
Warcraft Dropdown Menudropdown-menuwarcraftcnComponentsFree2 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

ToolDrift

What the AI coding tools changed last night

tooldrift.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 ToolDrift

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 ToolDrift

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 ToolDrift

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