Measured entry

tripled-testimonial-section-shadcnui

testimonialsminimal-flatmotion on file

A client-side React testimonial carousel shipped as a shadcn registry page. It shows one quote at a time with animated entrance, exit, rating stars, arrow controls, and position selectors. It depends on React, Framer Motion, Lucide icons, shadcn Button and Card primitives, theme variables, and the usual shadcn utility layer.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-testimonial-section-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-testimonial-section-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-testimonial-section-shadcnui 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 tripled-testimonial-section-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal75.2 KB (140.6 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1m 45s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/components/ui/button.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A clean, restrained carousel with responsive layout and understandable source, but it is not ready to ship until every navigation control receives an accessible name. It also needs a shadcn-style setup and is a costly choice if Framer Motion is not already in the app.

Use it if

  • You need a compact single-quote testimonial carousel with manual navigation.
  • Your app already uses shadcn primitives and Framer Motion.
  • You are prepared to replace the sample testimonials and add accessible labels to every control.

Skip it if

  • You need accessible carousel controls without modifying the component, since its arrow and position buttons have no discernible names.
  • You want all testimonials visible for scanning, comparison, or search indexing.
  • You are avoiding client-side animation dependencies for a simple content section.
  • Your design system does not expose shadcn-compatible Button, Card, utility, and theme conventions.

Install

Installation record for tripled-testimonial-section-shadcnui
Declared dependenciesframer-motion, 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 compatible Button, Card, CardHeader, CardContent, and CardDescription components, the class-name utility they expect, the path alias, Tailwind and matching theme variables. Install React, Framer Motion, and Lucide React, then add accessible labels to the arrow and position buttons.

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