Measured entry
kibo-marquee
scroll-effectminimal-flatmotion on file
A client-side React marquee split into container, scrolling content, edge-fade, and item primitives. It ships as a shadcn registry file, delegates animation to react-fast-marquee, and expects Tailwind utilities plus the usual cn helper backed by clsx and tailwind-merge.



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 | 31.3 KB (96.8 KB build, 65.5 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A clean, narrowly scoped wrapper that builds and mounts without a provider and is easy to compose. It is a sensible pick for Tailwind projects already comfortable with react-fast-marquee, but the convenience carries a notable dependency cost and leaves reduced-motion policy to the adopter.
Use it if
- You need a continuously scrolling strip for logos, sponsors, products, or short labels.
- You want composable fade and item primitives while leaving speed, direction, looping, and pause behavior to react-fast-marquee.
- Your project already uses Tailwind and a cn utility, so the registry file fits without structural changes.
Skip it if
- You want a dependency-free CSS animation or cannot justify adding react-fast-marquee for a small effect.
- Your content must remain still unless a visitor explicitly starts it, since motion begins automatically by default.
- You need reduced-motion behavior, keyboard-controlled pausing, or touch-specific controls without writing an accessibility wrapper.
- Your narrow layouts cannot tolerate moving content without additional responsive testing and container adjustments.
Install
| Declared dependencies | react-fast-marquee, clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
In a non-shadcn project, add react-fast-marquee, Tailwind, clsx, and tailwind-merge. Provide a cn helper, replace the configured alias with a local import if needed, and define the background theme utility used by the edge fades. Add your own reduced-motion treatment where appropriate.
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/shadcnblocks/kiboAlternatives
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
- 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
- ruixen-animated-linkunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 29.6KB
- Bare
- fail
- Prov
- NO