Components
Navigation Bar – Seamless access component. Offers quick navigation to key pages using clean links and icons. Ideal for websites and apps needing intuitive, structured flow.
Loading preview...
import GlassmorphismNav from "@/components/ui/navigation-bar-menu-bar";
export default function DemoOne() {
return <GlassmorphismNav />;
}