Measured entry
shadcn-block-login-02
A responsive sign-in page that pairs a compact email and password form with a large cover image on wider screens. It ships as a shadcn registry block and depends on the shadcn button, input, label, and field primitives, the shared class-name utility, Tailwind theme classes, and a Lucide icon.



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 | 1 |
| 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 | 31.9 KB (97.3 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | none |
What the harness recorded
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
BARE BUILD
✗ Build failed in 31.94s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/blocks/login-02/components/login-form.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A sensible starter for a familiar branded login page, with clean responsive behavior and no detected accessibility violations. It needs a shadcn-style setup, real navigation and auth wiring, and a replacement for the unresolved placeholder image before production use.
Use it if
- You already use shadcn conventions and want a conventional email and password login shell.
- You want a split-screen auth page whose cover panel drops away on narrower screens.
- You plan to connect the form, recovery link, signup link, and GitHub button to your own auth flow.
Skip it if
- Your project does not use Tailwind or shadcn primitives and you do not want to recreate their styling contract.
- You need working authentication, validation, error states, or social OAuth out of the box.
- You cannot supply and maintain a real cover asset, since the included placeholder path does not resolve in the tested mount.
- Your product should avoid decorative split-screen imagery in favor of a smaller, content-only login surface.
Install
| Declared dependencies | radix-ui |
|---|---|
| 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 compatible button, input, label, and field components, a class-name merging helper, the expected Tailwind theme tokens and utilities, and the Lucide icon package. Remap the registry aliases, provide a cover image, and connect submit and link behavior to your authentication system.
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/shadcn-ui/uiAlternatives
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.
- meraki-auth-sign-in-card-with-side-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.9KB
- Bare
- pass
- Prov
- NO
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-login-formskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- 8bitcn-advanced3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.3KB
- Bare
- fail
- Prov
- NO
- tripled-social-login-button-shadcnuiminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.7KB
- Bare
- fail
- Prov
- NO