Scroll to see the navbar transform into a floating hamburger menu
npx shadcn@latest add https://21st.dev/r/spaceboydavey/scroll-navigation-menu
Loading preview...
import { Component } from "@/components/ui/scroll-navigation-menu"; export default function DemoOne() { return <Component />; }