Sticky Scroll
tsx
import { StickyScroll } from "@/components/myndui/sticky-scroll";export function Features() {return ( <StickyScroll items={[ { title: "Collaborate", description: "Work together.", content: <Panel /> }, { title: "Ship", description: "Deploy fast.", content: <Panel /> }, ]} />);}