Measured entry
ruixen-luma-bar
navbarunclassifiedmotion on file
A client-side, fixed bottom icon dock delivered as a shadcn registry component. It uses React state to move a glowing active indicator, Motion for spring and hover effects, Lucide React for icons, and Tailwind utility classes for its glass-like shell. Its buttons only change local selection and do not provide routing.



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 | 1 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 60.1 KB (125.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | written from the component source API |
Verdict
A credible starting point for a decorative desktop dock, but not production-ready navigation. It builds and mounts cleanly, yet compact screens clip edge items and the icon-only controls lack accessible names. Use it only if you will fix responsiveness, semantics, and routing.
Use it if
- You need a desktop-oriented bottom dock whose destinations and click behavior you will wire up yourself.
- Your project already uses Tailwind and can accommodate Motion and Lucide React.
- You want animated active-state feedback and hover labels for a small, fixed set of destinations.
Skip it if
- You need working links, route awareness, or browser navigation semantics out of the box.
- Your interface must fit compact phone widths without modifying the fixed item sizing and gaps.
- You cannot pause adoption to add accessible names and state semantics to every icon-only button.
- You have a tight client bundle budget or prefer navigation that does not depend on an animation library.
Install
| Declared dependencies | motion, lucide-react |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no provider required in the harness |
Install Motion and Lucide React, configure Tailwind to scan the component, and place it in a client-rendered React tree. No shadcn helper is imported. Add real links or routing handlers, accessible button names and selected-state semantics, then revise the fixed spacing for compact screens.
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