Measured entry
neobrutalism-slider
A client-side React slider styled with neobrutalist borders, theme colors, and focus rings. It ships as a shadcn registry TSX file built on Radix Slider primitives, with Tailwind classes and a cn helper backed by clsx and tailwind-merge.



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 | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 39.3 KB (104.8 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
It builds, mounts, and stays contained across the tested layouts, and Radix gives it solid interaction foundations. Use it when the visual language fits, but add an accessible label before release and accept a notable dependency cost for a simple control.
Use it if
- You need single-value and range selection with keyboard and pointer behavior supplied by Radix.
- Your interface already uses neobrutalist theme tokens and heavy bordered controls.
- You want a copy-owned component whose classes and thumb rendering can be edited locally.
Skip it if
- You need an accessible control that can be shipped unchanged, because the demo thumb has no accessible name.
- You want a lightweight native range input without the added Radix dependency and bundle cost.
- Your project does not use Tailwind or cannot provide the component's custom color, border, radius, and ring tokens.
Install
| Declared dependencies | @radix-ui/react-slider, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add React and Radix Slider, configure Tailwind with the referenced theme tokens, and provide a cn utility using clsx and tailwind-merge. Preserve the client-component boundary and give each slider an accessible label.
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/ekmas/neobrutalism-componentsAlternatives
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-volume-component-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 72.7KB
- Bare
- fail
- 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