Measured entry
meraki-auth-sign-in-card
A static email-and-password sign-in card shipped as standalone HTML styled with Tailwind utility classes. It includes a remote Meraki UI logo, dark-mode classes, registration and password-reset links, but no authentication logic, validation, framework code, or JavaScript 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 | 0 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 18.0 KB (83.4 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A dependable visual starting point that builds and mounts on its own, stays within narrow layouts, and is easy to wire up. It is not production-ready as supplied: authentication behavior is absent, and the flagged text contrast needs correction before release.
Use it if
- You need a compact login shell that can be wired to an existing authentication flow.
- Your project already uses Tailwind and can map the placeholder links and form submission to real routes.
- You want a neutral card that supports light and dark themes without component-library runtime code.
Skip it if
- You need a complete authentication experience with validation, loading states, error feedback, or social sign-in.
- Your accessibility bar requires the supplied colors to pass contrast checks without further design work.
- Your security policy forbids loading the included logo or Tailwind script from external hosts.
- You need visible field labels rather than placeholder-led inputs.
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 to the build, copy the markup, and ensure dark-mode utilities follow your theme strategy. Host or replace the logo locally, connect the form and links to real routes, and adjust the flagged text colors for compliant contrast.
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