Measured entry

meraki-navbar-social-media-links

navbarminimal-flat

A responsive navigation bar shipped as a complete HTML document. It uses Tailwind utility classes loaded from a CDN, Alpine.js for the mobile menu state, inline SVG icons, and an externally hosted logo. It includes primary links, search, dark-mode classes, and social links.

Specimen
Harness screenshot of meraki-navbar-social-media-links at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-navbar-social-media-links at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-navbar-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-navbar-social-media-links
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal20.6 KB (86.0 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A practical static-site starting point that builds, mounts, and stays contained across the tested layouts. The Alpine-driven mobile menu is easy to understand, but the unnamed logo link is a serious accessibility defect and the CDN-based document needs production integration work.

Use it if

  • You need a straightforward marketing-site header with navigation, search, and social links.
  • Your page already uses Tailwind and Alpine.js, or can accommodate both.
  • You want a compact mobile menu that expands into a desktop navigation layout.

Skip it if

  • Your content security policy forbids CDN scripts or externally hosted images.
  • You need an accessible component without remediation, since the logo link has no discernible name.
  • Your application standardizes menu state and navigation through React, Vue, or another framework.
  • You need real search behavior or production routes rather than placeholder links.

Install

Installation record for meraki-navbar-social-media-links
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

No shadcn-style setup is required. In a non-shadcn project, add Tailwind styles and Alpine.js, define an x-cloak hiding rule, host or replace the logo, connect real routes and search behavior, and give the logo link an accessible name.

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 navbar pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.