Measured entry
meraki-auth-sign-in-card-with-social-media-links
A static sign-in card shipped as a raw HTML document, with username and password fields, recovery and registration links, plus Google and icon-only social actions. Its presentation depends on Tailwind utility classes loaded from a CDN and a remotely hosted Meraki UI logo; it has no JavaScript package or provider dependency.



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 | 1 |
| Axe serious | 2 |
| 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 sound visual starter that builds, mounts, and adapts across the tested layouts, but it is not ready to ship unchanged. The labels are not connected to their inputs, the icon-only social link has no accessible name, and some text lacks sufficient contrast.
Use it if
- You need a compact Tailwind sign-in shell that can be wired to your own authentication flow.
- Your page needs password login alongside Google and another social provider action.
- You want a responsive card with light and dark theme utility classes already present.
Skip it if
- You need an accessible production form without first repairing label associations, the unnamed icon link, and contrast.
- You want authentication behavior, validation, loading states, and error handling included.
- Your project avoids Tailwind utilities, CDN-loaded styling, or remotely hosted brand assets.
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 |
In a non-shadcn project, add Tailwind CSS or translate the utility classes into local styles. Copy the markup into your page, host or replace the logo, connect every link and submit action, then add matching input identifiers, an accessible name for the icon link, and compliant text colors.
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.
- 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-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