Measured entry

kibo-stories

carouselminimal-flatmotion on file

A client-side React stories carousel shipped as a shadcn registry component. It composes image or hover-playing video cards with author, title, and gradient overlay primitives, and relies on the shadcn avatar and carousel components, Tailwind utility classes, Embla, Radix UI, the shared class-name helper, and Lucide icons pulled in by the carousel.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of kibo-stories at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of kibo-stories at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of kibo-stories 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 kibo-stories
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowflagged at 375
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal42.6 KB (108.1 KB build, 65.5 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 863ms
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-9b352472786c/src/components/ui/carousel.tsx".

Verdict

A solid fit for an existing shadcn application that wants a composable story-card rail, but it is only the browsing surface, not a complete stories experience. The bare mount fails, so it needs a shadcn-style setup, and its narrow-screen overflow needs deliberate sizing or containment.

Use it if

  • You need a horizontally draggable strip of portrait story cards with optional images or hover-playing videos.
  • Your app already uses shadcn conventions and can reuse its avatar, carousel, theme tokens, and utility helper.
  • You want composable primitives so each card can arrange its own title, author, media, and overlays.

Skip it if

  • Your layout must never overflow a narrow mobile viewport without additional responsive sizing work.
  • You need a ready-made story viewer with progress indicators, modal playback, navigation, or viewed-state management.
  • You want a dependency-light carousel and do not already carry the shadcn, Embla, Radix UI, and Lucide stack.

Install

Installation record for kibo-stories
Declared dependenciesradix-ui, embla-carousel-react, clsx, tailwind-merge
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 Tailwind with the expected theme tokens, the shared class-name utility, path aliases, the shadcn avatar and carousel components, and their Radix UI, Embla, Lucide, clsx, and tailwind-merge dependencies. Also provide client-component support and responsive container rules for narrow screens.

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.

License
MIT
Record published
2026-08-17

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.