Measured entry

8bitcn-login-form-with-image

auth-formskeuomorphism

A pixel-styled sign-in card with email and password fields, social buttons, legal links, and a responsive image panel. It ships as a shadcn registry block with companion button, card, input, and label wrappers. It depends on shadcn base controls, Tailwind theme utilities, a cn helper, variant and Radix packages, retro CSS, and a hosted font.

Specimen
Harness screenshot of 8bitcn-login-form-with-image at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-login-form-with-image at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of 8bitcn-login-form-with-image 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-login-form-with-image
BuildOK
MountOK
Console errors1
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal35.0 KB (100.4 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

CONSOLE

Failed to load resource: the server responded with a status of 404 (Not Found)

BARE BUILD

✗ Build failed in 1.03s
error during build:
[vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-ae8bc0acd98f/src/components/ui/8bit/input.tsx".

Verdict

Not publishable as supplied. The build fails because the pixel label wrapper imports a base UI label module that is absent, so rendered behavior was never verified. It needs a shadcn-style setup plus that missing primitive. Teams seeking a portable auth form should avoid it until the registry package is fixed.

Use it if

  • Your app already has the expected shadcn primitives, aliases, theme tokens, and utility helper.
  • You want a retro sign-in shell and will connect submission, recovery, signup, and social login behavior yourself.
  • You are prepared to supply the image asset and review the external font import for your deployment policy.

Skip it if

  • You need a drop-in form that builds in a plain React project without shadcn infrastructure.
  • You need working authentication flows rather than a static interface with placeholder links.
  • Your content security or privacy policy does not allow a stylesheet to fetch a hosted Google font.
  • You cannot add or repair the missing base label component before integration.

Install

Installation record for 8bitcn-login-form-with-image
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 and cn helper, Tailwind utilities and theme tokens, base button, card, input, and label primitives, class-variance-authority, the required Radix packages, and the retro stylesheet. Also provide the placeholder image and decide whether to self-host the font.

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