Pro Components
Base Components
Navigation 1
Responsive navbar with desktop dropdown menus, login/signup, and mobile drawer with accordion navigation.
Example
Introduction
Navigation 1 is a responsive navigation bar for both desktop and mobile. It includes:- Desktop: Logo, navigation menu with dropdowns (Products, Docs), standalone About link, and Log in / Sign up buttons.
- Mobile: Hamburger button that opens a left-side drawer with accordion sections (Products, Docs), About link, and auth buttons.
Usage
import { Navbar1 } from "@/components/ui/navbar-1";
<Navbar1 />;