Measured entry

hextaui-radio-group

selectminimal-flat

A client-side radio-group primitive shipped as a shadcn registry component. It wraps Radix Radio Group with Tailwind utility and theme classes, uses a Lucide circle for the selected mark, and expects the project-local cn class-merging helper.

Specimen
Harness screenshot of hextaui-radio-group at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-radio-group at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-radio-group at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

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 hextaui-radio-group
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal40.3 KB (105.8 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 811ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-2081296fa942/src/cut/components/ui/radio-group.tsx".

Verdict

A sound choice for a shadcn-style codebase: it builds and mounts cleanly, needs no provider, and keeps composition flexible. The primitive itself is dependable, but the supplied card demo is not narrow-screen ready and the dependency footprint is substantial for such a small control.

Use it if

  • You want an accessible single-choice control built on Radix behavior.
  • Your app already uses Tailwind theme tokens and the usual shadcn class helper.
  • You prefer a small primitive that leaves labels, cards, and form layout to the caller.

Skip it if

  • You need a complete field with legend, validation copy, and form-library wiring included.
  • You do not want Radix and Lucide added for a basic radio control.
  • You need the supplied card demo to fit narrow screens without replacing its fixed-width wrapper.

Install

Installation record for hextaui-radio-group
Declared dependencies@radix-ui/react-radio-group, clsx, tailwind-merge
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, install Radix Radio Group and Lucide React, add a cn helper backed by clsx and tailwind-merge, configure the import alias, and provide Tailwind plus the referenced color, ring, input, and destructive theme tokens. Replace the demo's fixed-width wrapper with a responsive constraint if it must fit narrow screens.

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-17

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.