Components
Loading preview...
Responsive floating navbar with scroll effect, mobile menu toggle, and smooth anchor navigation. Built for SaaS landing pages with Tailwind CSS.
@valentinvernejoul
npx shadcn@latest add https://21st.dev/r/valentinvernejoul/nova-navbarimport Navbar from "@/components/ui/nova-navbar"
export default function Demo() {
return <Navbar />
}