Shadcn Navbar with 2 column dropdown menus and mobile menu that slides in from the top with dropdowns
import { Navbar5 } from "@/components/ui/navbar-5"; const DemoOne = () => { return ( <div className="scale-70"> <Navbar5 /> </div> ); }; export { DemoOne };
Part of Shadcnblocks.com — browse the full library on 21st.dev.