Measured entry

meraki-auth-sign-in-card-with-social-media-links

auth-formminimal-flat

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.

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

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

Installation record for meraki-auth-sign-in-card-with-social-media-links
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

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.