Skip to content

Navbar

A Scrollbased Responsive Navbar

Navbar Component

Navbars are used to navigate between pages and sections of a website.

Installation

pnpm dlx shadcn@latest add https://ui.sanjid.shop/r/navbar.json
PropTypeRequiredDefaultDescription
hrefstringNoThe href of the link
labelstringNoThe label of the link

Usage

1import { Navbar } from "@/components/ui/navbar";
1const navItems = [2  { href: "/projects", label: "Projects" },3  { href: "/services", label: "Services" },4  { href: "/pricing", label: "Pricing" },5  { href: "/blog", label: "Blog" },6  { href: "/contact", label: "Contact" },7];8
9<Navbar navItems={navItems} />;

Build your next big idea with us

From lightning-fast landing pages to fully functional SaaS products, we turn your vision into reality. Book a call today and let's make something extraordinary.

They transformed our idea into a fully functional product in record time. Couldn't be happier!

Alex Chen

Founder, StartupX

The team's attention to detail and design expertise set our product apart in the market.

Sarah Kim

CTO, Innovate Inc