Measured entry
ruixen-circular-stepper-input
inputliquid-glassmotion on file
A client-side React numeric stepper delivered as a shadcn registry component. It combines a draggable SVG ring, increment and decrement buttons, spring animation, injected light and dark theme styles, and optional Web Audio tick feedback. It depends on Motion and keeps its value in local state while exposing an onChange callback.



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 | 61.1 KB (126.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A polished option for bounded numeric settings when the circular interaction suits the product. It builds and mounts cleanly without a provider, but its local-only state model and relatively substantial Motion cost make it a deliberate choice rather than a general input replacement.
Use it if
- You need a compact numeric setting that users can adjust by dragging or with explicit step buttons.
- Your interface already uses soft glass styling and Motion-based interaction feedback.
- An uncontrolled input with a default value and change callback fits your form architecture.
Skip it if
- Your form requires a controlled value prop or synchronization with externally updated state.
- You need a conventional text or range input with native form submission semantics.
- You want to avoid adding Motion for a single compact control.
- Your product cannot use interaction sounds unless each user explicitly enables them.
Install
| Declared dependencies | motion |
|---|---|
| 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 React project, copy the client component into the codebase and add the Motion package. Ensure the framework supports client components and browser APIs. The component injects its own theme styles, so no utility CSS setup or provider is required; set sound off if audio feedback is inappropriate.
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/ruixenui/ruixen.comAlternatives
Other published entries for the input pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- clay-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.9KB
- Bare
- pass
- Prov
- NO
- neu-search-inputneumorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- clay-search-inputclaymorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 18.3KB
- Bare
- pass
- Prov
- NO
- originui-comp-33minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 20.7KB
- Bare
- pass
- Prov
- NO
- hextaui-labelminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-toolbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 61.3KB
- Bare
- pass
- Prov
- NO