A compact, rounded glassmorphism navigation bar with icons and labels; lightweight CSS-only UI component designed for headers, toolbars, or inline controls. Includes accessible focus states and responsive sizing for mobile layouts.
import Component from "@/components/ui/glass-nav-bar"; export default function DemoOne() { return <Component />; }