Measured entry

meraki-auth-sign-in-card-with-side-image

auth-formminimal-flat

A static sign-in card delivered as a complete HTML document with Tailwind loaded from its CDN. It includes email and password fields, placeholder links, an inline Google mark, a remote logo, and a remote side photo. It has no JavaScript, form submission, validation, or authentication provider integration.

Specimen
Harness screenshot of meraki-auth-sign-in-card-with-side-image at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-in-card-with-side-image at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-in-card-with-side-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 meraki-auth-sign-in-card-with-side-image
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal18.9 KB (84.3 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A serviceable visual scaffold that builds and mounts cleanly, but it is only markup. The verified wide render leaves the image half empty when the remote photo is unavailable. Use it when you can own the assets, semantics, copy, and complete auth wiring.

Use it if

  • You want a compact Tailwind starting point for a conventional email and Google sign-in screen.
  • Your team is prepared to replace placeholder links and connect every control to an existing authentication flow.
  • A form-only mobile layout and a split desktop composition fit your product shell.

Skip it if

  • You need a working authentication form with submission, validation, error states, and provider callbacks already implemented.
  • Your content security or privacy policy prohibits CDN-loaded styles and externally hosted brand or photo assets.
  • The desktop side image is essential and must render reliably without hosting and testing the asset yourself.
  • You need semantic form behavior out of the box, since the fields and button are not wrapped in a form.

Install

Installation record for meraki-auth-sign-in-card-with-side-image
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

Add Tailwind or translate the utility classes into your styling system. Host or replace the remote logo and photo, then add a semantic form, labels and submission behavior, validation, error handling, password recovery, registration routing, and Google provider integration.

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.

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.