Measured entry

efferd-footer-3

footerminimal-flat

A client-side React footer shipped as a shadcn registry block, with a responsive link grid, social rows, and a copyright strip. It uses Tailwind utility and theme-token classes, Lucide's ArrowRight icon, and the shadcn-style cn helper imported through the project alias.

Specimen
Harness screenshot of efferd-footer-3 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-footer-3 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of efferd-footer-3 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-footer-3
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal30.5 KB (95.9 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 29s
error during build:
[vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/footer/3/footer.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'

Verdict

A solid minimal footer for an existing shadcn-style codebase: it builds, mounts, stays contained across the tested layouts, and raises no reported accessibility issues. It does not work in a bare project and needs a shadcn-style setup before it can compile.

Use it if

  • You need a compact sitemap footer with several clearly separated link groups.
  • Your app already uses Tailwind theme tokens and the shadcn project alias conventions.
  • You want a responsive footer that works without a context provider or runtime data source.

Skip it if

  • Your links come from a CMS and you do not want to replace the hard-coded arrays.
  • You need social icons, a newsletter form, or richer brand content out of the box.
  • Your project does not use Tailwind utilities and you want a drop-in styled component.

Install

Installation record for efferd-footer-3
Declared dependenciesnone declared
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 color tokens, install Lucide React, create a cn class-merging helper, and configure the project alias used by the helper import. Replace every placeholder link and the sample copyright name before shipping.

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