Measured entry

kokonut-carousel-cards

navbardark-futuristicmotion on file

A client-side React carousel that renders two horizontally scrollable rows of experience cards with images, ratings, badges, favorite controls, and arrow navigation. It ships as a shadcn registry component for Next.js and imports Next Image and Link, Lucide icons, plus local shadcn Card, Badge, and Button primitives backed by Radix and the project utility layer.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of kokonut-carousel-cards at 375 pixels wide
Harness screenshot at 375 pixels wide. This viewport scrolled sideways.
Harness screenshot of kokonut-carousel-cards at 768 pixels wide
Harness screenshot at 768 pixels wide. This viewport scrolled sideways.
Harness screenshot of kokonut-carousel-cards at 1440 pixels wide
Harness screenshot at 1440 pixels wide. This viewport scrolled sideways.

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 kokonut-carousel-cards
BuildOK
MountOK
Console errors40
Uncaught page errors0
Horizontal overflowflagged at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal53.7 KB (119.1 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

Verdict

A usable marketplace carousel for an existing Next.js and shadcn codebase, with sensible card structure and accessible control labels. It needs a shadcn-style setup, overflows in the tested layouts, and its demo image requests fail, so expect integration work before shipping.

Use it if

  • You need a marketplace or travel discovery rail with rich cards and horizontal browsing.
  • Your Next.js app already has shadcn primitives, Tailwind tokens, and the standard import alias.
  • You are prepared to replace the bundled experience data and placeholder links with real records and routes.

Skip it if

  • Your layout must avoid horizontal overflow at every tested viewport without component-level adjustment.
  • You need a framework-neutral React component without Next Image or Next Link dependencies.
  • You cannot host, allow, or replace the remote imagery, since the demo produced repeated missing-resource errors.
  • You want a compact navigation bar rather than a full content carousel.

Install

Installation record for kokonut-carousel-cards
Declared dependencieslucide-react, radix-ui
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 styling and theme tokens, configure the standard import alias and utility helper, and supply compatible Card, Badge, and Button primitives with Radix support. Install Lucide React, configure Next Image for the chosen remote hosts, and keep Next Link or replace both Next-specific imports with local equivalents.

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