Components
Shadcn Navbar with 2 column dropdown menus and mobile menu that slides in from the top with dropdowns
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/navbar-5Loading preview...
import { Navbar5 } from "@/components/ui/navbar-5";
const DemoOne = () => {
return (
<div className="scale-70">
<Navbar5 />
</div>
);
};
export { DemoOne };