Line Shadow TextA text component with a moving line shadow.textanimation PreviewCodeShip FastCopyimport { LineShadowText } from "@/components/vritti/line-shadow-text"; export function LineShadowTextExample() { return ( <div className="flex items-center justify-center p-8"> <h1 className="text-5xl font-semibold tracking-tighter leading-none sm:text-6xl md:text-7xl"> Ship{" "} <LineShadowText className="italic"> Fast </LineShadowText> </h1> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/line-shadow-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy