Measured entry

meraki-navbar-search

navbarminimal-flat

A responsive navigation bar delivered as standalone HTML, with a logo link, three navigation links, a collapsible mobile menu, and a search field. Styling comes from Tailwind utility classes, while Alpine.js controls the menu state. The source loads both libraries from public CDNs and references a remote logo asset.

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

Verdict

A usable, dependency-light header shell that builds and mounts cleanly in a bare project. Adopt it if its simple information architecture fits, but give the logo link an accessible name and wire the search field before shipping.

Use it if

  • You want a compact site header with primary links and search in one row.
  • Your project already uses Tailwind and Alpine.js, or can translate the small menu interaction to its own framework.
  • You need a responsive menu that mounts without component-library providers.

Skip it if

  • You need an accessible drop-in with no remediation, because the logo link has no discernible name.
  • Your content security policy forbids CDN scripts or remote image assets without local replacements.
  • You need working search behavior rather than a styled input with no submission logic.
  • You want a framework-native component with routing, active-link state, and typed props already wired.

Install

Installation record for meraki-navbar-search
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 styling and Alpine.js, or replace the Alpine directives with local state in your framework. Define an x-cloak hiding rule, host the logo locally if needed, add an accessible name to its link, and connect the search input to real behavior.

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.