Measured entry
meraki-auth-sign-in-card-with-side-image
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.



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 | 0 |
| 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 | 18.9 KB (84.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
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
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/merakiui/merakiuiAlternatives
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.
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- 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