Measured entry
magicui-marquee
carouselunclassifiedmotion on file
A React and TypeScript marquee that repeats arbitrary children in a continuously moving row or column. It ships as a shadcn registry component and uses Tailwind utility classes, project-level marquee keyframes and animation tokens, plus the usual cn helper imported through the project alias.



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 | 11.9 KB (76.5 KB build, 64.6 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 1.07s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/marquee.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A compact, flexible marquee for shadcn-based React projects, with a clean verified mount and no detected accessibility violations. Narrow-screen overflow needs review, and it needs a shadcn-style setup rather than working as a bare drop-in.
Use it if
- You need a looping strip for logos, short labels, images, or video thumbnails.
- You want reverse, vertical, and pause-on-hover behavior controlled through component props.
- Your project already follows shadcn conventions and can absorb registry CSS tokens.
Skip it if
- The moving content must stay fully contained on narrow screens without additional layout work.
- You need meaningful content announced only once, since repeated children can create duplicate reading and focus targets.
- Your stack does not use React, Tailwind utilities, or shadcn-style path aliases.
Install
| Declared dependencies | none declared |
|---|---|
| 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 a cn class-merging helper at the expected project alias or change the import, provide the Tailwind utility styles used by the component, and define the horizontal and vertical marquee keyframes and animation tokens in the global theme.
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/magicuidesign/magicuiAlternatives
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.
- neobrutalism-marqueebrutalism
- Renders
- YES
- A11y
- 0
- Gzip
- 17.3KB
- Bare
- pass
- Prov
- NO
- kibo-deckminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 71.9KB
- Bare
- pass
- Prov
- NO
- ruixen-card-stack3d
- Renders
- YES
- A11y
- 0
- Gzip
- 84.0KB
- Bare
- pass
- Prov
- NO
- ruixen-auto-scrolling-client-carouselunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 27.2KB
- Bare
- fail
- Prov
- NO
- ruixen-coverflow-carousel3d
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- shadcn-carouselunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 40.7KB
- Bare
- fail
- Prov
- NO