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