Shimmer TextText with a shimmering gradient animation that continuously sweeps across the text.textglow PreviewCodeShimmer EffectCopy"use client"; import ShimmerText from "@/components/vritti/shimmer-text"; export function ShimmerTextExample() { return ( <div className="flex items-center justify-center p-8"> <ShimmerText text="Shimmer Effect" /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/shimmer-text"Copy Dependencies pnpmnpmyarnbunpnpm add motionCopy