Measured entry
originui-comp-154
A disabled vertical radio group with a preset choice and labels linked through React-generated IDs. It ships as a shadcn registry component, pulling in Origin UI label and radio primitives backed by Radix UI, plus Tailwind utility classes and the usual shared class-name helper.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 36.5 KB (101.9 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 3.05s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/label.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A sound fit for displaying an unavailable or locked choice, with clean semantics and no observed runtime or accessibility trouble. It needs a shadcn-style setup and is not a drop-in component for a bare React project.
Use it if
- You need a read-only preview of a previously selected option.
- Your app already uses shadcn-style primitives, path aliases, and Tailwind utilities.
- You want Radix-backed radio semantics with labels wired to each control.
Skip it if
- Users must change the selection, because the group is disabled as shipped.
- Your project does not use Tailwind or shadcn-style shared UI primitives.
- A native radio group is sufficient and you want to avoid the added Radix dependency.
Install
| Declared dependencies | radix-ui |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
In a non-shadcn project, add Radix UI, Tailwind utilities, the label and radio-group primitives, the shared class-name helper under the expected lib path, and matching path aliases. Remove the disabled state if the control should accept input.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/origin-space/originuiAlternatives
Other published entries for the radio-group pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- originui-comp-152minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 36.5KB
- Bare
- fail
- Prov
- NO
- originui-comp-153minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 36.7KB
- Bare
- fail
- Prov
- NO
- originui-comp-155minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 36.7KB
- Bare
- fail
- Prov
- NO
- originui-comp-159minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 36.7KB
- Bare
- fail
- Prov
- NO
- originui-comp-158minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 36.9KB
- Bare
- fail
- Prov
- NO
- originui-comp-157minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 37.1KB
- Bare
- fail
- Prov
- NO