Measured entry

ruixen-drum-picker

form3dmotion on file

A client-side React drum picker for choosing one value from a string list by dragging or scrolling a cylindrical wheel. It ships as a shadcn registry component, uses Motion for spring animation, relies on Tailwind utility classes for layout and typography, and can optionally create Web Audio detent clicks.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-drum-picker at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-drum-picker at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-drum-picker 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 ruixen-drum-picker
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal62.8 KB (128.3 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A polished fit for touch-oriented time and short-list pickers, and it builds and mounts without framework scaffolding. Treat it as a visual interaction primitive, not a finished accessible form control: revise contrast and add focus, keyboard, and selection semantics before production use.

Use it if

  • You need a compact wheel selector for bounded choices such as hours, minutes, periods, or short option lists.
  • Your interface already uses React, Tailwind, and Motion, and pointer-first interaction fits the surrounding form.
  • You want controlled and uncontrolled value handling with optional audible feedback.

Skip it if

  • You need a keyboard-complete or screen-reader-native form control without adding semantics and key handling.
  • Your accessibility bar cannot accept the current text contrast issue until its fading colors are revised.
  • You want a lightweight static select and do not need cylindrical animation, drag behavior, or audio.
  • Your option labels are long or numerous enough that a searchable select would be easier to scan.

Install

Installation record for ruixen-drum-picker
Declared dependenciesmotion
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, copy the component into a client-rendered module, install Motion, and ensure its Tailwind utility classes are included in your stylesheet build. If Tailwind is absent, replace those utilities with equivalent CSS. Keep the injected theme selectors or adapt them to your dark-mode convention, and disable sound if Web Audio clicks are unsuitable.

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.

Alternatives

Other published entries for the form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.