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