Measured entry

efferd-logo-cloud-1

logo-wallminimal-flat

A static React logo wall that renders a required array of image records in a responsive bordered grid. It ships as a TypeScript shadcn registry component, uses Tailwind utility and theme classes, and imports the project-level cn helper through the standard path alias. It declares no package dependencies.

Specimen
Harness screenshot of efferd-logo-cloud-1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-logo-cloud-1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-logo-cloud-1 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 efferd-logo-cloud-1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal29.3 KB (94.8 KB build, 65.5 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A tidy, narrow component once wired correctly. The configured build passes, but the supplied demo crashes because it omits the required logos prop. It needs a shadcn-style setup, and teams should add their own loading guard if logo data is not immediately available.

Use it if

  • You need a compact customer, partner, or integration logo grid fed from local data.
  • Your app already has Tailwind theme tokens and the usual shadcn cn utility.
  • You want lazy-loaded logo images with caller-supplied alternative text and dimensions.

Skip it if

  • You need a drop-in component for a plain React project with no Tailwind or path alias setup.
  • Your logo data may be absent while loading and you do not want to add a guard before rendering.
  • Each logo must link to a customer page or expose richer interactive content without modifying the markup.

Install

Installation record for efferd-logo-cloud-1
Declared dependenciesclsx, tailwind-merge
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

For a non-shadcn project, add Tailwind with border and background theme tokens, provide a cn class-merging helper, configure the at-sign path alias to resolve the utility module, and always pass a logos array.

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