Text Along PathAnimated text flowing along an SVG path with auto or scroll-driven animationtextsvgpathanimationscroll PreviewCodeHello World - Text Along Path - Hello World - Text Along Path - Copyimport TextAlongPath from "@/components/vritti/text-along-path" export function TextAlongPathExample() { return ( <div className="flex items-center justify-center p-8"> <div className="w-full max-w-md"> <TextAlongPath path="M 10 80 C 40 10, 65 10, 95 80 S 150 150, 180 80" text="Hello World - Text Along Path - " svgClassName="w-full h-auto text-foreground" viewBox="0 0 200 100" textClassName="text-xs" duration={6} /> </div> </div> ) } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/text-along-path"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy