Measured entry

kibo-choicebox

selectminimal-flatdo not use

A client-side, card-style single-choice control shipped as a shadcn registry item. It composes RadioGroup and RadioGroupItem with Field labels, titles, descriptions, and shared context, and declares lucide-react and radix-ui while relying on shadcn field primitives and a cn utility.

This entry is a do-not-use verdict

It is published because it broke, not in spite of it. The run stopped at the production build, and the recorded output is printed further down this page.

No frame on record for this entry

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.

Harness measurements recorded for kibo-choicebox
BuildFAIL
MountFAIL
Console errors0
Uncaught page errors1
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginalnot recorded
Bare modeFAIL
Provider requiredNO
Demo usednone

What the harness recorded

BUILD

✗ Build failed in 1m 7s
error during build:
[vite]: Rollup failed to resolve import "@repo/shadcn-ui/components/ui/radio-group" from "<sandbox>/src/cut/index.tsx".

PAGE ERROR

build failed

BARE BUILD

✗ Build failed in 1m 34s
error during build:
[vite]: Rollup failed to resolve import "@repo/shadcn-ui/components/ui/radio-group" from "<sandbox>/src/cut/index.tsx".

Verdict

Do not adopt the registry output unchanged. It fails to build because its radio-group and utility imports point at the author's private monorepo alias. It needs a shadcn-style setup plus import repair before it can be evaluated or shipped, so teams seeking drop-in code should avoid it.

Use it if

  • You want radio options presented as selectable cards with structured titles and supporting copy.
  • Your app already has compatible shadcn radio-group and Field primitives and can normalize the source aliases.
  • You want composable subcomponents for custom choice-card layouts rather than a fixed option schema.

Skip it if

  • You need a registry item that builds immediately without editing internal import paths.
  • Your project does not use shadcn-style primitives or path aliases and you do not want to add them.
  • You need checkbox-style multi-select behavior, since this implementation is built on a radio group.
  • You need verified runtime or accessibility behavior from this harness run, because the build failure prevented mounting.

Install

Installation record for kibo-choicebox
Declared dependencieslucide-react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add compatible Radix radio-group wrappers, the Field component family, a class-name merge utility, the expected design tokens and styles, and the declared packages. Replace the private monorepo imports and configure the local component alias, or convert every alias to relative paths.

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.

License
MIT
Record published
2026-08-14

Alternatives

Other published entries for the select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.