Measured entry

efferd-footer-1

footerminimal-flat

A minimal responsive footer with a brand mark, company and resource link columns, social icon controls, and a copyright line. It ships as a shadcn registry block plus a separate logo component, and depends on the shadcn Button primitive, a shared cn utility, Lucide icons, and Tailwind theme classes.

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

Verdict

A usable layout scaffold for an existing shadcn codebase, but not production-ready as shipped. It needs a shadcn-style setup, and its social controls require accessible names plus a single interactive element instead of nested controls.

Use it if

  • You want a compact footer with brand, navigation, and social sections already arranged for narrow and wide screens.
  • Your app already uses shadcn conventions, Tailwind theme tokens, and Lucide icons.
  • You are prepared to replace the placeholder links, brand copy, and bundled logo with production content.

Skip it if

  • You need an accessible component without remediation, because the icon controls lack names and nest links inside buttons.
  • You need a standalone footer that can be copied into a plain React project without shared UI utilities.
  • Your design system does not use Tailwind theme tokens or shadcn component conventions.
  • You need richer footer content such as contact details, legal disclosures, locale controls, or newsletter signup.

Install

Installation record for efferd-footer-1
Declared dependenciesradix-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 a compatible Button component, a class-merging cn helper, Lucide React icons, the included logo component, and Tailwind styles with the referenced border, foreground, and muted theme tokens. Refactor each social control into a named link styled as a button.

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.