Navbar

A high-impact, fixed-position navigation system designed for rapid tactical access.

Interactive Showcase

Engage:
TACTICAL PREVIEW

Installation

SYSTEM NAV

FLIP FOR PROPS

import { Navbar } from "@/ui/navbar/NavBar";

<Navbar 
  title="My App" 
  variant="cyan"
  navItems={[
    { label: "Home", href: "/" },
    { label: "Docs", href: "/docs" }
  ]}
/>