Scroll ProgressAnimated Scroll Progress for your pagesanimationscroll PreviewCodeNote: The scroll progress is shown below the navbar of the page.Copyimport { ScrollProgress } from "@/components/vritti/scroll-progress" export function ScrollProgressExample() { return ( <div className="z-10 rounded-lg p-4"> <ScrollProgress className="top-[65px]" /> <h2 className="pb-4 font-bold"> Note: The scroll progress is shown below the navbar of the page. </h2> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/scroll-progress"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy