Measured entry

ruixen-chapter-scrubber

formunclassifiedmotion on file

A client-side React chapter rail that magnifies ticks around the pointer and reveals a contextual preview card. It ships as a shadcn registry TypeScript component, uses Motion for animated values and springs, and assumes Tailwind theme tokens plus the shared cn utility.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-chapter-scrubber at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of ruixen-chapter-scrubber at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-chapter-scrubber 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-chapter-scrubber
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal73.5 KB (139.0 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 763ms
error during build:
[vite:load-fallback] Could not load <sandbox>re-f13e3bd0bc0b/src/lib/utils (imported by src/cut/components/ruixen/chapter-scrubber.tsx): ENOENT: no such file or directory, open '<sandbox>re-f13e3bd0bc0b/src/lib/utils'

Verdict

It builds and mounts in the prepared harness, and automated accessibility checks found no violations, but every captured viewport was blank and the narrow view overflowed. Treat the visuals as unverified. It needs a shadcn-style setup and is not ready for a bare React drop-in.

Use it if

  • You need a compact chapter or activity navigator for a long ordered sequence.
  • Your interface supports pointer and keyboard navigation and can wire selection to scrolling, replay, or routing.
  • Your project already has shadcn-style Tailwind tokens and Motion in its client bundle.

Skip it if

  • You need a component that is visibly proven by the supplied screenshots, since every captured viewport was blank.
  • Your narrow layout cannot tolerate an absolutely positioned preview card that may overflow.
  • You want a dependency-light static index without Motion or pointer-driven behavior.
  • Your app is not set up for client components or shadcn-style utility imports.

Install

Installation record for ruixen-chapter-scrubber
Declared dependenciesmotion, clsx, tailwind-merge
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

For a non-shadcn project, add Motion, clsx, and tailwind-merge; provide the aliased cn helper; configure Tailwind with the referenced semantic color and focus-ring tokens; preserve the client-component boundary; and verify the preview positioning in your layout.

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.