Measured entry
tailark-mist-testimonials-3
A static Tailark testimonial section shipped as a shadcn registry TSX block. It renders a responsive card grid with star ratings, remote avatar images, names, and roles. The source imports Next.js Image, Lucide icons, Tailwind utility and container-query classes, plus the usual cn helper 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 | 3 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 33.6 KB (99.0 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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 focused, responsive block that builds and mounts cleanly in the prepared environment, with no measured accessibility violations or overflow. It needs a shadcn-style setup before it works in a bare project, and its remote avatars should be replaced or configured to avoid failed asset requests.
Use it if
- You need a compact testimonial grid with ratings and customer identity details.
- Your app already uses Next.js, Tailwind, Lucide, and shadcn-style path aliases.
- You want testimonial content stored directly in the component for easy editing.
Skip it if
- You need a carousel, filtering, motion, or testimonials loaded from a CMS.
- Your project does not use Next.js and you do not want to replace its image component.
- You cannot allow remote avatar hosts or need every asset bundled locally.
- You want a drop-in component with no shared utility alias or Tailwind setup.
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 Lucide React, provide the cn class-merging helper and its path alias, configure Tailwind with container-query variants and the referenced theme tokens, and ensure Next.js Image is available. Allow the avatar host in the image configuration or replace the remote avatars and Image component with your own asset approach.
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/tailark/blocksAlternatives
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.
- tailark-mist-testimonials-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-sliderminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.2KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-centeredminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-full-page-cardsminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.7KB
- Bare
- pass
- Prov
- NO
- tailark-veil-testimonials-4minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 23.7KB
- Bare
- pass
- Prov
- NO
- tailark-veil-testimonials-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 23.8KB
- Bare
- pass
- Prov
- NO