Measured entry
tripled-native-marquee-shadcnui
scroll-effectminimal-flatmotion on file
A client-side React marquee for repeated icon-and-label pills, with horizontal or vertical flow, reverse motion, optional hover or touch pausing, and companion edge fades. It ships as a shadcn registry component and relies on React, Framer Motion, a Tailwind-based theme, and the aliased 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 | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 74.4 KB (139.9 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 112ms error during build: [vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-f37c2facaeea/src/cut/demo.jsx".
Verdict
A capable choice for decorative, noninteractive ticker rows in an existing shadcn app, with flexible direction and pause behavior. It needs a shadcn-style setup and is less compelling when motion accessibility, server-rendered content, or dependency weight is the priority.
Use it if
- You need a continuously scrolling strip of short labels, logos, or feature tags.
- Your app already uses shadcn conventions, Tailwind theme tokens, and Framer Motion.
- You want selectable direction, orientation, spacing, speed, and pointer-based pausing without building the loop logic.
Skip it if
- You need meaningful content rendered before client hydration, because the component initially returns nothing.
- Your motion policy requires a built-in reduced-motion fallback or visible playback control.
- You want a lightweight CSS-only marquee and do not otherwise ship Framer Motion.
- Your items are interactive controls, since duplicated tracks and hidden copies are designed for display content.
Install
| Declared dependencies | framer-motion, react, 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 |
In a non-shadcn project, add React and Framer Motion, configure Tailwind with the referenced color and border tokens, create the aliased cn helper using clsx and tailwind-merge, and support the client-component directive. Add lucide-react only if you keep the supplied demo icons.
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/moumen-soliman/uitripledAlternatives
Other published entries for the scroll-effect pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- reui-scrollspyminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 21.5KB
- Bare
- pass
- Prov
- NO
- kibo-marqueeminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.3KB
- Bare
- pass
- Prov
- NO
- motion-primitives-in-viewspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 58.1KB
- Bare
- pass
- Prov
- NO
- tripled-interactive-timeline-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 58.7KB
- Bare
- pass
- Prov
- NO
- ruixen-container-text-scrollspatial
- Renders
- YES
- A11y
- 0
- Gzip
- 61.5KB
- Bare
- pass
- Prov
- NO
- fancy-parallax-floating3d
- Renders
- YES
- A11y
- 0
- Gzip
- 27.5KB
- Bare
- fail
- Prov
- NO