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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of hextaui-slider at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of hextaui-slider at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of hextaui-slider 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-slider
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal39.4 KB (104.9 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten 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

Installation record for hextaui-slider
Declared dependencies@radix-ui/react-slider, 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, 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.

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.