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.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-luma-bar at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-luma-bar at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-luma-bar 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 ruixen-luma-bar
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical1
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal60.1 KB (125.5 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten 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

Installation record for ruixen-luma-bar
Declared dependenciesmotion, lucide-react
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

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.