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.



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 | flagged at 375 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 73.5 KB (139.0 KB build, 65.5 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| Declared dependencies | motion, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no 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.
Author repository
github.com/ruixenui/ruixen.comAlternatives
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.
- hextaui-kbdminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 29.8KB
- Bare
- pass
- Prov
- NO
- shadcn-labelunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 31.1KB
- Bare
- pass
- Prov
- NO
- neobrutalism-labelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- neobrutalism-nlabelbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 31.5KB
- Bare
- pass
- Prov
- NO
- shadcn-formunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 43.9KB
- Bare
- pass
- Prov
- NO
- neobrutalism-formbrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 44.4KB
- Bare
- pass
- Prov
- NO