Measured entry
hextaui-select
A client-side compound select built on Radix Select, with a trigger, grouped menu, labels, separators, item indicators, and scroll controls. It ships as a shadcn registry TSX file styled with Tailwind utilities and relies on a local cn helper plus Lucide icons.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 61.7 KB (127.2 KB build, 65.5 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 686ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-c7bede632896/src/cut/components/ui/select.tsx".
Verdict
A solid Radix wrapper for Tailwind-based systems: it builds and mounts cleanly, needs no provider, and the tested composition reports no accessibility violations. The narrow-screen overflow comes from the demo's fixed-width wrapper, so adoption is reasonable if you make the surrounding layout responsive.
Use it if
- You need a keyboard-aware custom select with grouped options, labels, separators, disabled states, and portal positioning.
- Your app already uses Tailwind theme tokens and a cn helper backed by clsx and tailwind-merge.
- You want composable Radix primitives without introducing an app-level provider.
Skip it if
- A native select is sufficient and minimizing client code or dependencies matters more than custom menu styling.
- Your design system does not expose the Tailwind color, border, ring, animation, and sizing utilities used by the source.
- You need the supplied demo composition to fit narrow screens without adapting its fixed-width wrapper.
- You need search, multiple selection, or asynchronous option loading without building those behaviors yourself.
Install
| Declared dependencies | @radix-ui/react-select, clsx, tailwind-merge |
|---|---|
| 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 Select, Lucide React, clsx, and tailwind-merge; provide or rewrite the @/lib/utils cn helper; and map the Tailwind theme tokens and state-animation utilities used in the classes. No provider is required.
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/preetsuthar17/HextaUIAlternatives
Other published entries for the input pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- clay-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- neu-search-inputneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- clay-search-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.3KB
- Bare
- pass
- Prov
- NO
- originui-comp-33minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- hextaui-labelminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- ruixen-circular-stepper-inputliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 61.1KB
- Bare
- pass
- Prov
- NO