DirectoryFast
  • 🚀Get Started
  • 🔤Tutorials
    • Bring me to life!
    • How it's structured?
    • Make it yours
    • Bonus
  • 🛠️Features
    • AI
      • AI URL Scanner & Scan Jobs
    • Analytics
    • Authentication
    • API
      • Protected Endpoints
    • Blog
    • Database
    • Emails
    • Error Pages
    • Icons
    • Payments
    • Private Pages
    • SEO
  • 📦General Components
    • Shadcn/ui Components
    • Navbar
    • Footer
    • SignIn Modal
    • Hero Section
    • Social Proof
    • Collections Social Proof
    • Featured Section
    • Latest Collections Section
    • Latest Products Section
    • Recommended Section
  • 📦Directory Components
    • Product Card
    • Collection Card
    • Product Note
    • Search Bar
    • Tags
    • Product Options Toggle
    • Combobox
    • Multi-Combobox
    • Submit Product
    • Feature Product
    • Manage Note
    • Manage Collection
    • Dashboard Tables
  • ⛓️Links
    • GitHub Repository
    • Support
Powered by GitBook
On this page
  1. General Components

Navbar

The main navigation bar.

PreviousShadcn/ui ComponentsNextFooter

Last updated 10 months ago

  • Component: <NavBar/>

  • Path: /components/layout/navbar.tsx

  • Import:

import { NavBar } from "@/components/layout/navbar";

The Navbar is composed of:

  • Your logo/brand

  • Main links (add your pricing link here if needed)

  • User menu

The Navbar is sticky, it will stay on top of the page when you scroll down.

The links will regroup under a burger menu on mobile version.

Do not forget to update both mobile AND laptop sections if you add or modify a new link.

📦
Navbar
Mobile Navbar