Measured entry

8bitcn-footer1

footerskeuomorphismmotion on file

A retro, multi-column site footer shipped as a shadcn registry block, with configurable brand copy, navigation groups, copyright text, and a pixel-styled call to action. It uses Next.js Link, Tailwind theme classes, a cn utility, the 8bitcn button wrapper, the base shadcn button, class-variance-authority, Radix Slot, and a stylesheet that loads a Google font.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of 8bitcn-footer1 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-footer1 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-footer1 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 8bitcn-footer1
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal50.8 KB (116.2 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 970ms
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-44ad0fc0673f/src/components/ui/8bit/button.tsx".

Verdict

A focused footer for retro Next.js interfaces, but the published registry payload does not build as tested because its 8bit button imports a missing base button. It needs a shadcn-style setup, including the expected utility alias and primitive, before it can mount. Avoid it when you need a drop-in block.

Use it if

  • You are building a Next.js site with a shadcn-style component layout and path aliases already configured.
  • Your product suits a deliberate retro or pixel-art visual language across navigation and calls to action.
  • You want footer copy and link groups supplied through props rather than embedded in a page template.

Skip it if

  • You need a framework-neutral footer or cannot use Next.js Link.
  • Your project cannot load the external Google font or must package fonts locally.
  • You want a production-ready install that builds without supplying missing shadcn primitives.
  • Your design system does not provide the Tailwind theme tokens and utility classes used by the block.

Install

Installation record for 8bitcn-footer1
Declared dependenciesradix-ui, clsx, tailwind-merge
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 the expected source aliases, a compatible cn helper, the base button primitive, Tailwind utilities and theme tokens, Next.js Link or an adapted link component, class-variance-authority, Radix Slot, and the retro stylesheet. Decide whether to permit the Google font request or host an equivalent font locally.

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.

License
MIT
Record published
2026-08-15

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.