Measured entry
ruixen-navbar-status
A prop-driven Next.js client navbar that pairs logo and navigation links with service status, uptime, and latency. It ships as shadcn registry source copied into your app and depends on Next Link, Lucide icons, Tailwind utility classes, semantic theme tokens, and the customary cn helper.



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 | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 43.3 KB (108.7 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
BARE BUILD
✗ Build failed in 47.62s error during build: [vite:load-fallback] Could not load <sandbox>/src/lib/utils (imported by src/cut/navbar-status.tsx): ENOENT: no such file or directory, open '<sandbox>/src/lib/utils'
Verdict
A sensible, restrained choice for a status-aware dashboard shell, with clean responsive behavior and a small prop surface. It needs a shadcn-style setup to mount as written, and teams should plan a separate mobile navigation pattern.
Use it if
- You need a compact dashboard header that keeps service status visible on narrow screens.
- Your product already uses Next.js, Tailwind, and shadcn-style theme conventions.
- Your navigation, status label, and operational metrics can be supplied through simple props.
Skip it if
- Mobile users must retain access to the navigation links or operational metrics, since both are hidden on narrow screens.
- You need a framework-neutral navbar without a Next Link dependency.
- Status changes must be announced live to assistive technology without further accessibility work.
Install
| Declared dependencies | lucide-react |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
A non-shadcn project must add Tailwind theme tokens, configure the at-sign import alias, provide a lib/utils module exporting cn, and install Lucide React. It must also use Next.js or replace Next Link with the project's router link component.
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/ruixenui/ruixen.comAlternatives
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