Measured entry
tripled-volume-component-shadcnui
sliderminimal-flatmotion on file
A client-side React volume slider distributed as a shadcn registry component. It supports click and animated drag interaction, configurable bounds and steps, and an onChange callback. It uses Framer Motion plus Tailwind and shadcn theme classes, and imports the project-local cn utility.



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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 72.7 KB (138.1 KB build, 65.4 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 1m 27s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/@uitripled/react-shadcn/src/components/components/sliders/volume-component.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A polished interaction for an existing shadcn codebase, but not a drop-in primitive. It needs a shadcn-style setup, and teams should add keyboard semantics and controlled-state support before using it as a general form control.
Use it if
- You want a compact volume control with animated dragging and click-to-set behavior.
- Your React app already uses Tailwind, shadcn theme tokens, and the cn utility convention.
- An internally managed value with an onChange callback fits your state model.
Skip it if
- You need native slider semantics, keyboard control, or explicit ARIA value metadata without further work.
- You need a controlled value that can be updated reliably from parent state.
- You want to avoid Framer Motion for a small, single-purpose control.
- The track can resize after mounting and the thumb must stay aligned automatically.
Install
| Declared dependencies | framer-motion, react, radix-ui |
|---|---|
| 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, install React, Framer Motion, and the declared Radix dependency; add a cn class-merging helper; configure Tailwind; and define the foreground, muted, secondary, primary, background, popover, and border theme tokens. The registry also declares the shadcn button dependency, although this component does not import it.
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/moumen-soliman/uitripledAlternatives
Other published entries for the slider pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- neu-sliderneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.7KB
- Bare
- pass
- Prov
- NO
- clay-sliderclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- ruixen-fine-tune-sliderunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.5KB
- Bare
- pass
- Prov
- NO
- tripled-cards-slider-shadcnuiliquid-glass
- Renders
- YES
- A11y
- 0
- Gzip
- 76.4KB
- Bare
- fail
- Prov
- NO
- shadcn-sliderunclassified
- Renders
- YES
- A11y
- 1
- Gzip
- 39.2KB
- Bare
- pass
- Prov
- NO
- neobrutalism-sliderbrutalism
- Renders
- YES
- A11y
- 1
- Gzip
- 39.3KB
- Bare
- pass
- Prov
- NO