Measured entry

shadcn-block-login-02

auth-formminimal-flat

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.

Specimen
Harness screenshot of shadcn-block-login-02 at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of shadcn-block-login-02 at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of shadcn-block-login-02 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 shadcn-block-login-02
BuildOK
MountOK
Console errors1
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal31.9 KB (97.3 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usednone

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

Installation record for shadcn-block-login-02
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 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/ui
License
MIT
Record published
2026-08-13

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.