Measured entry
efferd-footer-3
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.



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 | 0 |
| 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 | 30.5 KB (95.9 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written 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
| 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 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.
Author repository
github.com/shabanhr/efferd-uiAlternatives
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.
- ruixen-ruixen-gradient-footergradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 18.1KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.0KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-5editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.2KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-7editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 20.4KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-2editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 26.6KB
- Bare
- pass
- Prov
- NO
- hyperui-footers-3editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 26.6KB
- Bare
- pass
- Prov
- NO