BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/neobrutalui/radio-group

radio-group

neobrutalui/radio-group
FreeComponent

Let users select exactly one option from a group.

Live preview

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

Install it

npx shadcn@latest add https://www.neobrutalui.live/r/radio-group.json

Source

components/ui/radio-group.tsxwww.neobrutalui.live/r/radio-group.json
1"use client"
2
3import * as React from "react"
4import { Radio } from "@base-ui/react/radio"
5import { RadioGroup as BaseRadioGroup } from "@base-ui/react/radio-group"
6import { cn } from "@/lib/utils"
7
8type RadioGroupProps = React.ComponentPropsWithoutRef<typeof BaseRadioGroup>
9
10const RadioGroup = React.forwardRef<
11 React.ComponentRef<typeof BaseRadioGroup>,
12 RadioGroupProps
13>(({ className, ...props }, ref) => (
14 <BaseRadioGroup
15 className={cn("grid gap-3", className)}
16 {...props}
17 ref={ref}
18 />
19))
20RadioGroup.displayName = "RadioGroup"
21
22type RadioGroupItemProps = React.ComponentPropsWithoutRef<typeof Radio.Root>
23
24const RadioGroupItem = React.forwardRef<
25 React.ComponentRef<typeof Radio.Root>,
26 RadioGroupItemProps
27>(({ className, ...props }, ref) => (
28 <Radio.Root
29 ref={ref}
30 className={cn(
31 "peer h-5 w-5 shrink-0 rounded-full border-2 border-black bg-white focus-brutal disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 data-checked:bg-main",
32 className
33 )}
34 {...props}
35 >
36 <Radio.Indicator className="flex h-full w-full items-center justify-center data-unchecked:hidden">
37 <span className="h-2 w-2 rounded-full bg-black" />
38 </Radio.Indicator>
39 </Radio.Root>
40))
41RadioGroupItem.displayName = "RadioGroupItem"
42
43export { RadioGroup, RadioGroupItem }

What it pulls in

npm packages

  • @base-ui/react
  • lucide-react

Other registry items

  • utils

Facts

Registry
neobrutalui
Type
registry:ui
Access
Free
Files written
0
Licence
MIT
In the index
at or before 2026-08-12
Last confirmed
3 days ago

Go to the source

Docs on neobrutalui www.neobrutalui.live Bridgetamana/neobrutal-ui on GitHub Raw registry item This item as JSON

More from neobrutalui

All 24 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionneobrutaluiComponentsFree2 deps
alertalertneobrutaluiComponentsFree1 dep
avataravatarneobrutaluiComponentsFreeno deps
badgebadgeneobrutaluiComponentsFree1 dep
buttonbuttonneobrutaluiComponentsFree1 dep
cardcardneobrutaluiComponentsFreeno deps
checkboxcheckboxneobrutaluiComponentsFree2 deps
date-pickerdate-pickerneobrutaluiComponentsFree2 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

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