Measured entry

clay-slider

sliderclaymorphismfirst party

A controlled React range input wrapped in a claymorphism label, value badge, and inset track shell. It ships as one JSX component with no third-party package imports, but its appearance depends on Tailwind utilities, including arbitrary colors, radii, and shadows.

Specimen
Harness screenshot of clay-slider at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of clay-slider at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of clay-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 clay-slider
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal18.1 KB (83.5 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A focused, dependency-light slider that mounts cleanly and keeps native range semantics. It is a good fit for playful Tailwind screens, but the fixed palette, controlled-value contract, and mostly native thumb treatment make it less suitable as a general-purpose slider primitive.

Use it if

  • You want a labeled, controlled range input that fits a playful claymorphism interface.
  • Your React app already compiles Tailwind arbitrary-value utilities.
  • You are comfortable receiving the native input change event and managing the value in the parent.

Skip it if

  • You need a neutral slider that inherits an existing design-token system instead of fixed pastel styling.
  • You need a fully custom thumb and track with consistent rendering across browsers.
  • You need built-in value clamping, step labels, multiple thumbs, or range selection.

Install

Installation record for clay-slider
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

First-party component from the sir-originals set. Add React and configure Tailwind to scan this component so its arbitrary color, radius, shadow, and focus-ring classes are generated. No shadcn components, provider, or additional package dependency 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

mrkeyoor/sir-originals
License
MIT
Record published
2026-08-13

Alternatives

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.