Measured entry

ruixen-floating-navbar

navbarunclassifiedmotion on file

A client-side React bottom navigation bar with icon buttons and a spring-animated active indicator. It ships as a shadcn registry TSX file but uses no shadcn primitives or providers. Styling comes from Tailwind utility classes, while Motion handles the indicator and Lucide supplies the icons.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of ruixen-floating-navbar at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-floating-navbar at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of ruixen-floating-navbar 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-floating-navbar
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal59.9 KB (125.3 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usedwritten from the component source API

Verdict

A sound visual starting point that builds, mounts, and adapts cleanly across the tested layouts. Use it as source to customize, not as finished navigation: routing is absent, one sample destination is duplicated, and its fixed placement needs product-specific tuning.

Use it if

  • You want a floating, mobile-oriented action bar with a clearly animated active state.
  • Your React app already uses Tailwind and can accommodate Motion and Lucide dependencies.
  • You are prepared to replace the sample items and connect each button to real navigation or actions.

Skip it if

  • You need working routes, links, or application callbacks out of the box; the source only changes local selection state.
  • You need semantic link navigation for destinations rather than a row of buttons.
  • You have a strict client bundle budget or do not want an animation runtime for one navbar.
  • You need drop-in page placement without revisiting fixed positioning and the component's unusually large bottom spacing.

Install

Installation record for ruixen-floating-navbar
Declared dependenciesmotion, lucide-react
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

In a non-shadcn React project, copy the client component, install Motion and Lucide React, and make sure Tailwind processes the file. No shadcn primitives or provider setup are required. Replace the sample items, wire buttons to your router or handlers, and tune the fixed placement for your layout.

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.