Measured entry
hextaui-slider
selectminimal-flatmotion on file
A client-side React slider wrapper shipped as a shadcn registry TypeScript file. It builds on Radix Slider, uses a local cn utility, and expects Tailwind theme classes such as primary, muted, and ring. It supports horizontal or vertical use and renders multiple thumbs for range values.



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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 39.4 KB (104.9 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A sound Radix wrapper for teams already aligned with shadcn conventions, with responsive rendering and straightforward source ownership. It needs a shadcn-style setup to build, and consumers must supply an accessible name before shipping it.
Use it if
- You already use shadcn conventions and want a Radix-backed slider that fits the same theme tokens.
- You need a controlled or uncontrolled value picker with range and vertical orientation support.
- You want a compact source component that your team can copy in and customize.
Skip it if
- You need a drop-in package for a project without Tailwind aliases or a local class-merging utility.
- You need an accessible label to be present without adding one at the usage site.
- You want a single-value default, since omitting both value props produces a range with thumbs at each bound.
- You are avoiding Radix or do not want another primitive dependency for a basic input.
Install
| Declared dependencies | @radix-ui/react-slider, 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 React and Radix Slider, provide or replace the cn helper and its path alias, and translate the Tailwind utility classes plus primary, muted, and ring theme tokens into your styling system. Add an accessible label or ARIA name wherever the slider is used.
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 select pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- hextaui-native-selectminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.6KB
- Bare
- fail
- Prov
- NO
- 8bitcn-difficulty-selectskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 32.7KB
- Bare
- fail
- Prov
- NO
- hextaui-checkboxminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 35.8KB
- Bare
- fail
- Prov
- NO
- hextaui-radio-groupminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 40.3KB
- Bare
- fail
- Prov
- NO
- ruixen-tag-cloud-selectunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 58.8KB
- Bare
- fail
- Prov
- NO
- tripled-animated-select-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 60.4KB
- Bare
- fail
- Prov
- NO