Measured entry

meraki-auth-sign-in-page-with-socail-media-links

auth-formminimal-flat

A static, responsive sign-in page delivered as standalone HTML with Tailwind utility classes loaded from the CDN. It includes email and password fields, a recovery link, a remote logo, inline social icons, and dark-mode styles. It has no JavaScript or package dependencies, but authentication behavior and real destinations are left to the adopter.

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

Verdict

A usable visual scaffold with solid responsive behavior and no runtime integration burden. Treat it as a starting template, not production-ready auth: wire every action, replace placeholders, add explicit field labels and social-link names, fix contrast, and correct the heading hierarchy before release.

Use it if

  • You need a simple split-layout sign-in shell that adapts cleanly across common viewport sizes.
  • Your project already uses Tailwind and can wire the form, recovery flow, and social destinations itself.
  • You want inline social icons without adding an icon library.

Skip it if

  • You need an accessible component that can ship unchanged, since icon-only links lack names, text contrast needs correction, and the heading structure needs repair.
  • You need working authentication, validation, loading states, or error handling out of the box.
  • Your design system cannot depend on a remote logo asset or Tailwind utility classes.
  • You need actual social sign-in buttons rather than decorative links to placeholder destinations.

Install

Installation record for meraki-auth-sign-in-page-with-socail-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 and configure Tailwind or translate the utility classes into your own CSS, copy the markup and inline icons, host or replace the logo, then connect the form and links to real routes. Add visible or programmatic field labels, accessible names for social links, corrected contrast, and a logical heading structure.

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.