Measured entry

ruixen-client-carousel-showcase

carouselgradient-glowmotion on file

A React client component shipped as a shadcn registry TSX file. It renders an endlessly drifting, triplicated client-name or logo ribbon, pauses and lifts items around the pointer, and includes its own keyframes. It has no added package dependency, but expects React, Tailwind utility classes, theme color tokens, and the usual cn helper alias.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-client-carousel-showcase at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of ruixen-client-carousel-showcase at 768 pixels wide
Harness screenshot at 768 pixels wide. This viewport scrolled sideways.
Harness screenshot of ruixen-client-carousel-showcase 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-client-carousel-showcase
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375, 768
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal27.4 KB (92.8 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 33.02s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/client-carousel-showcase.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A polished marquee primitive for shadcn-based marketing pages, but it is not drop-in responsive or accessibility-ready. The bare mount fails, so it needs a shadcn-style setup. Adopt it only if you will fix narrow-layout overflow, improve faded-text contrast, and add reduced-motion handling.

Use it if

  • You need a continuously moving client or partner strip for a wide marketing section.
  • Your client data may mix linked logos, custom React nodes, and text fallbacks.
  • Your site already uses shadcn conventions and you can tune motion and theme tokens.

Skip it if

  • The strip must remain contained on phone and tablet layouts without additional responsive fixes.
  • You need accessible contrast without revising the intentionally faded item styling.
  • Your motion policy requires built-in reduced-motion behavior or keyboard-equivalent proximity effects.
  • You want a user-controlled carousel with navigation, pagination, or discrete slides.

Install

Installation record for ruixen-client-carousel-showcase
Declared dependenciesnone declared
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React client-component support and Tailwind, provide foreground and muted-foreground theme tokens, then create a cn class-merging helper at the expected alias or replace that import with your local utility. Add reduced-motion styling and responsive containment before release.

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 carousel pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.