Measured entry
meraki-navbar-search
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.



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.4 KB (83.8 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
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
| 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 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.
Author repository
github.com/merakiui/merakiuiAlternatives
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.
- hyperui-headers-4editorial
- Renders
- YES
- A11y
- 0
- Gzip
- 19.1KB
- Bare
- pass
- Prov
- NO
- kibo-dialog-stackminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 33.4KB
- Bare
- pass
- Prov
- NO
- ruixen-floating-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 59.9KB
- Bare
- pass
- Prov
- NO
- ruixen-hover-gradient-navbargradient-glow
- Renders
- YES
- A11y
- 0
- Gzip
- 60.9KB
- Bare
- pass
- Prov
- NO
- ruixen-expandable-menu-navbarunclassified
- Renders
- YES
- A11y
- 0
- Gzip
- 61.8KB
- Bare
- pass
- Prov
- NO
- hextaui-cardminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 26.7KB
- Bare
- fail
- Prov
- NO