Navbar
A high-impact, fixed-position navigation system designed for rapid tactical access.
Interactive Showcase
Engage:
NEOUI
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" }
]}
/>